How do I suppress the scale factor of a matrix?

25 次查看(过去 30 天)
In matlab, if the largest element of a matrix is larger than 10^3 or smaller than 10^-3 , MATLAB applies a common scale factor for the short and long formats. How do I suppress this scale factor so that the matrix is displayed with every element as short/long format?

采纳的回答

Image Analyst
Image Analyst 2015-12-24
Try
format long g
  2 个评论
Shawn Miller
Shawn Miller 2015-12-25
Although this still changes number like 0.000000001 to scientific notation rather than keep everything as original, it works well for large number.
Charles Cohen
Charles Cohen 2019-4-23
format short g
Should do what you're trying to do. Suppress the scale factor and only show approx 5 digits.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by