Let the array a be declared as a = [ 1, 2; 2, 3; 1, 2; 2, 3]. The assignment statement a(4:-1:1, 3:-1:1)=0 results in
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
mayur saraiya
am 19 Mai 2014
Beantwortet: Image Analyst
am 20 Mai 2014
Let the array a be declared as
a = [ 1, 2; 2, 3; 1, 2; 2, 3]
The assignment statement a(4:-1:1,3:-1:1)=0 results in Select one:
a. An error.
b. a is a 4x3 matrix of 0’s
c. a = [0, 2, 0; 0, 3,0; 0, 2, 0; 2, 3, 0].
d. a = [ 1, 2, 0; 2, 3,0; 1, 2, 0; 2, 3, 0].
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 20 Mai 2014
Just do it. Do it yourself in MATLAB and see what the answer is. No need to ask us to do your exam for you - MATLAB will do it for you.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!