could you please tell me how to minimize the comman window as much i can
1 回表示 (過去 30 日間)
古いコメントを表示
my table result is long little and i want to snap the output table, is there another way than minimize the command window,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/624808/image.png)
3 件のコメント
回答 (1 件)
Kartikay Sapra
2021 年 5 月 23 日
writetable(table,"output.xlsx")
% OR
writetable(table,"output.csv")
% OR
writetable(table,"output.txt")
You can store the output in a file and then access that file to see the output, the file would be formed in the same directory.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!