![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29669361_1679915637905_DEF.jpg)
Leonardo
Followers: 0 Following: 0
Statistik
All
RANG
12.674
of 297.016
REPUTATION
4
BEITRÄGE
0 Fragen
1 Antwort
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
of 20.419
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
11 Monate 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:...
11 Monate vor
Beantwortet
Not getting the expected size matrix from evaluating a function handle that is equal to zero
h = @(x,y) zeros(size(x)); [X, Y] = meshgrid(linspace(0, 2, 10)); Z = h(X,Y) surf(X,Y,Z)
Not getting the expected size matrix from evaluating a function handle that is equal to zero
h = @(x,y) zeros(size(x)); [X, Y] = meshgrid(linspace(0, 2, 10)); Z = h(X,Y) surf(X,Y,Z)
11 Monate vor | 0
| akzeptiert