How calculated it?

1 次查看(过去 30 天)
Dani D
Dani D 2016-2-8
评论: Stephen23 2016-2-8
Hello, Could you explain it? how calculate it? Thanks
  1 个评论
Stephen23
Stephen23 2016-2-8
I suspect that trying some of the the other format options will help the user. Such as this:
format longg

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2016-2-8
logspace(A, B, C) is 10.^linspace(A, B, C)
linspace(1,5,4) is 1, 7/3, 11/3, 5, and the output you see is 10 to the power of those.

更多回答(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