How to sum matrix value?

5 ビュー (過去 30 日間)
KoolMU
KoolMU 2015 年 5 月 9 日
編集済み: KoolMU 2018 年 2 月 9 日
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 件のコメント
the cyclist
the cyclist 2015 年 5 月 9 日
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.

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2015 年 5 月 9 日
Yes. You can use a while loop, or a for loop. I don't see how an if could be used. See this, and if you have trouble creating the code read this If it's homework, please add the tag "homework" and if it's not homework, say so explicitly.

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by