Greetings,
I have reinstalled my MATLAB recently, and I am having an issue with matrix output
For example, if I type below command,
y = [1:5; 11:15; 111:115]
y = 3×5
1 2 3 4 5 11 12 13 14 15 111 112 113 114 115
This is what I get in command window. Is there anyway I can align this?
It is the first time seeing this issue and I don't think I can read properly if i play with large matrices.

2 件のコメント

Stephen23
Stephen23 2023 年 3 月 14 日
Have a look at:
and the settings describes under Change Font Name and Style -> Code Tools. Use a monospaced font.
Seonghun Yang
Seonghun Yang 2023 年 3 月 17 日
Hey Stephen, Some magically it worked! Thanks!

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

 採用された回答

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2023 年 3 月 17 日

0 投票

This displays ok here. In your case, change the font size of the command window or use live editor that will display correctly
y = [1:5; 11:15; 111:115]
y = 3×5
1 2 3 4 5 11 12 13 14 15 111 112 113 114 115

その他の回答 (0 件)

カテゴリ

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

製品

リリース

R2020a

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by