sum of squared elements in a matrix

16 ビュー (過去 30 日間)
Brian
Brian 2014 年 11 月 11 日
コメント済み: Azzi Abdelmalek 2014 年 11 月 20 日
I tried using the sumsqr to sum squares of each element in a matrix I don't think I understand the syntax. I tried putting the matrix I into the command sumsqr(I), but I got the answer "1.3056e+010" and I don't know how to interpret this answer.
  1 件のコメント
Mikhail
Mikhail 2014 年 11 月 11 日
This is exponential format. You can print your variable in "normal" format with fprintf

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

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 11 月 11 日
1.3056e+010 is 1.3056 * 10^10
  2 件のコメント
Brian
Brian 2014 年 11 月 20 日
After modifying my code, I have a different answer. 7.4407e+006 Is this 7.4407*10^6 ?
Azzi Abdelmalek
Azzi Abdelmalek 2014 年 11 月 20 日
Yes

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by