Format COMPACT not working
古いコメントを表示
I was running a script and everything was in the compact format but I wanted to put format compact into the script so i could run the script anywhere and it would make sure it output answers in the compact format. As soon as I ran it with the new line "format compact" everything went to the loose format. I restarted matlab, opened a new file, restarted my computer, and deleted the format compact line. I changed my preferences to compact format but as soon as I run my script everything goes back to loose again. My script is literally like 30 lines and i only have one line in the entire thing that says format "......." it is the format compact line. No other lines say format anything. I cannot find an answer to this anywhere I am getting quite frustrated. I hope its just something dumb please help!
7 件のコメント
David Goodmanson
2020 年 1 月 11 日
Hi Joshua, what happens with format('compact') ?
Joshua Kreider
2020 年 1 月 11 日
John D'Errico
2020 年 1 月 12 日
編集済み: John D'Errico
2020 年 1 月 12 日
Are you sure that your script does not call some other function of yours, that resets the format? We cannot see your script, so this is something we cannot know.
Joshua Kreider
2020 年 1 月 12 日
Joshua Kreider
2020 年 1 月 12 日
John D'Errico
2020 年 1 月 12 日
Yep. Been there, done that.
Joshua Kreider
2020 年 1 月 12 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Function Creation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!