help please why ??
Ältere Kommentare anzeigen
A = [ 1 3 2 6 ; 5 7 7 0 ; -2 6 -2 1 ] ;
j = sum(A(1))
j= 1 why ???
Akzeptierte Antwort
Weitere Antworten (1)
elham kreem
am 28 Feb. 2018
1 Stimme
WHAT are you want? IF YOU want to sum all the values then use Sum (A) BUt you sum the first element only. IF you help this answer then except to it.
1 Kommentar
ahmad qadan
am 28 Feb. 2018
Kategorien
Mehr zu Multidimensional Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!