필터 지우기
필터 지우기

Matlab command line output

조회 수: 2 (최근 30일)
Prajakta Borse
Prajakta Borse 2021년 9월 1일
댓글: Walter Roberson 2021년 9월 1일
What does this imply? what does the asterisk sign mean? I don't understand what 1.0e+13* signify. Please explain

채택된 답변

Chunru
Chunru 2021년 9월 1일
편집: Chunru 2021년 9월 1일
It means the scale factor for the following numbers. You can consider * as multiplication. For example.
a = randn(1,4)*1e6
a = 1×4
1.0e+06 * -0.6917 0.2892 -1.7645 0.2282
Here a is 1.0e+06 * [-0.6917, 0.2892, ...]
  댓글 수: 1
Walter Roberson
Walter Roberson 2021년 9월 1일
I recommend that you use
format long g
in order to see the real output.
I also recommend that you change your MATLAB preferences to use long g for the command window and for the variable browser.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by