How to sum matrix value?
Mostrar comentarios más antiguos
I need to sum value in matrix but I can't use "sum". So, Can I sum value in matrix with if-else or while loop? How to create it. Assume I have matrix C=[ 1 2 3 4 5 6 7 8 9 ]
Thank You
1 comentario
the cyclist
el 9 de Mayo de 2015
Because you "can't use sum", I assume this homework. Show what you've tried so far, and maybe we can give you some hints.
Respuestas (1)
Image Analyst
el 9 de Mayo de 2015
0 votos
Categorías
Más información sobre Loops and Conditional Statements 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!