Is there a way to turn off or suppress bold headers on tables in the Command Window?
7 ビュー (過去 30 日間)
古いコメントを表示
When I use diary to save Command Window output to a text file, the table headers all have "</strong>" formatting, which makes it difficult to read in a text editor. Is there a way to have either the Command Window or diary output suppress the bold headers on tables?
0 件のコメント
採用された回答
Anna Weeks
2024 年 11 月 18 日
移動済み: Fangjun Jiang
2025 年 2 月 13 日
disp(formattedDisplayText(my_table,"SuppressMarkup",true))
1 件のコメント
George Kireev
2025 年 2 月 13 日
移動済み: Fangjun Jiang
2025 年 2 月 13 日
Anna Weeks's decision helped me. works greatly
その他の回答 (1 件)
Fangjun Jiang
2016 年 8 月 22 日
It might not be possible according to the document.
One not-so-perfect workaround is to save the diary to a text file and then show it in Command Window using the "type" command
type diary.txt
3 件のコメント
Fangjun Jiang
2016 年 8 月 22 日
Is it possible for you to consider other tools, such as UNIX grep/sed?
Walter Roberson
2016 年 8 月 22 日
You could also use perl, which can be invoked directly from MATLAB using the perl() command.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!