I trieded to change the format of my display number by ussing "format".
All my information are Wh
I have the exemple which displays
2.137873250705810e+04
ans = 2.1379e+04
It should display
21379
ans = 21379
I don't want to use an fprint because I want to work directly in my table

댓글 수: 5

Stephen23
Stephen23 2023년 7월 4일
편집: Stephen23 2023년 7월 4일
Where exactly are you viewing/displaying this table? In the command window, or in the variable viewer, or in a UI table of some kind, or using the report generator, or publishing tools, or exporting to a file of some kind?
Is this an actual table class, or just a numeric array or cell array?
Rik
Rik 2023년 7월 4일
Do you mean directly in the variable editor? Because I'm not aware of any documented way to control that format. In this case rounding the numbers would probably do it, but that changes the underlying data.
Greg LANGE
Greg LANGE 2023년 7월 4일
@Stephen23 i have changed my question with a screen shot.
I use a object class "table" to store multi info after running my script like a sort of " balance sheet"
Stephen23
Stephen23 2023년 7월 4일
"I use a object class "table" to store multi info after running my script like a sort of " balance sheet""
Your screenshot shows a double class array.
Yes correct, my bad .

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

 채택된 답변

Stephen23
Stephen23 2023년 7월 4일
편집: Stephen23 2023년 7월 4일

0 개 추천

You can change the variable viewer format in the options:
Preferences -> Variables -> Format -> Default Display Format.
You need to close and reopen the variable viewer for this to take effect.

댓글 수: 3

Greg LANGE
Greg LANGE 2023년 7월 4일
Indirectly, i already tried to use your instruction by using " format"
Stephen23
Stephen23 2023년 7월 4일
The FORMAT command only affects the command window. It has no effect on the variable viewer.
Greg LANGE
Greg LANGE 2023년 7월 4일
I have chosen format bank or short e

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Tables에 대해 자세히 알아보기

제품

릴리스

R2021a

질문:

2023년 7월 4일

댓글:

2023년 7월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by