help please why ??
Mostrar comentarios más antiguos
A = [ 1 3 2 6 ; 5 7 7 0 ; -2 6 -2 1 ] ;
j = sum(A(1))
j= 1 why ???
Respuesta aceptada
Más respuestas (1)
elham kreem
el 28 de Feb. de 2018
1 voto
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 comentario
ahmad qadan
el 28 de Feb. de 2018
Categorías
Más información sobre Multidimensional Arrays en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!