Matlab command line output

2 次查看(过去 30 天)
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