sum of squared elements in a matrix

조회 수: 23 (최근 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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by