Statistik
RANG
N/A
of 301.327
REPUTATION
N/A
BEITRÄGE
0 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
of 21.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Problem
Replacing a row
For matrix G=[1 2 3; 4 5 6; 7 8 9] Replace the 2nd row with 8s **remember to create matrix G
mehr als 11 Jahre vor | 0 | 390 Lösungsvorschläge
Gelöst
Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...
mehr als 11 Jahre vor
Problem
Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...
mehr als 11 Jahre vor | 2 | 792 Lösungsvorschläge
Problem
Counting down
Create a vector that counts from 450 to 200 in increments of 10.
mehr als 11 Jahre vor | 5 | 487 Lösungsvorschläge
Gelöst
Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2
mehr als 11 Jahre vor
Problem
Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2
mehr als 11 Jahre vor | 2 | 538 Lösungsvorschläge
Gelöst
ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122
mehr als 11 Jahre vor
Problem
ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122
mehr als 11 Jahre vor | 3 | 301 Lösungsvorschläge
Problem
ASCii Code
Using Matlab get the ASCii for '?'
mehr als 11 Jahre vor | 3 | 287 Lösungsvorschläge
Gelöst
Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...
mehr als 11 Jahre vor
Problem
Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...
mehr als 11 Jahre vor | 1 | 705 Lösungsvorschläge
Gelöst
Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...
mehr als 11 Jahre vor
Problem
Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...
mehr als 11 Jahre vor | 3 | 491 Lösungsvorschläge
Gelöst
Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...
mehr als 11 Jahre vor
Problem
Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...
mehr als 11 Jahre vor | 2 | 399 Lösungsvorschläge
Gelöst
Complex number
For complex number c=a+bi, write code that will add a and b together.
mehr als 11 Jahre vor
Gelöst
Remainder
Make 'y' equal to the remainder of 27 divided by 5. When x=27 and t=5
mehr als 11 Jahre vor
Gelöst
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
mehr als 11 Jahre vor
Gelöst
Solving Quadratic Equations (Version 1)
Quadratic equations have the form: ax^2 + bx + c = 0. Example: x^2 + 3x + 2 = 0, where a = 1, b = 3, and c = 2. The equation has...
mehr als 11 Jahre vor
Gelöst
Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...
mehr als 11 Jahre vor



