Preference settings for command line table display

In R2021b, tables display at the command line as below on the left, whereas in R2022a, it displays as on the right, in a collapsed form. I prefer the previous display format, since it requires less clicking to view the data. Is there any preference setting in R2022a and higher to go back to the old display format?

 採用された回答

Walter Roberson
Walter Roberson 2023 年 2 月 7 日

0 投票

toolbox/matlab/datatypes/tabular/@tabular/display.m is the implementing function for that, and it is not configurable.
The workaround is to disp() the table.

1 件のコメント

Matt J
Matt J 2023 年 2 月 7 日
I guess that's not too painful a workaround.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeTables についてさらに検索

質問済み:

2023 年 2 月 7 日

コメント済み:

2023 年 2 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by