Statistik
0 Probleme
18 Lösungen
RANG
N/A
of 301.664
REPUTATION
N/A
BEITRÄGE
0 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
of 21.377
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
Gelöst
row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.
mehr als 9 Jahre vor
Gelöst
mean
Calculate the mean of a given vector (with positive elements) and return them in a vector.
mehr als 9 Jahre vor
Gelöst
ascii
Using matlab, give the symbol that is associated with ASCii code 101.
mehr als 9 Jahre vor
Gelöst
extract the fifth through the last elements
For any vector x, write a function that extracts the fifth through the last elements.
mehr als 9 Jahre vor
Gelöst
counting down
Create a vector that counts from 1000 to 400 in increments of 50.
mehr als 9 Jahre vor
Gelöst
transpose of matrix
Given a vector x, the output y should equal the transpose of x.
mehr als 9 Jahre vor
Gelöst
the length of a given vector
Given a vector x, the output y should equal the length of x.
mehr als 9 Jahre vor
Gelöst
the difference of cubes
Given a and b, return the difference of cubes a^3 - b^3 in c.
mehr als 9 Jahre vor
Gelöst
complex numbers
For complex number z=a+bi, write code that will multiply a and b together.
mehr als 9 Jahre vor
Gelöst
a column vector to a row vector
Write a script to convert a column (e.g. x = [1; 2; 3]) to a row (e.g. y = [1 2 3]), your script should be able to do this for a...
mehr als 9 Jahre vor
Gelöst
a vector with a repeated entry
Create a row vector of length x, filled with 7's, for example, if x = 5 output = [7 7 7 7 7] make sure to round UP when x ...
mehr als 9 Jahre vor
Gelöst
intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.
mehr als 9 Jahre vor
Gelöst
square root
Write a script that returns the square root of the elements in x. e.g. x = [1 4 9 16] --> y = [1 2 3 4]
mehr als 9 Jahre vor
Gelöst
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
mehr als 9 Jahre vor


