could you please tell me how to minimize the comman window as much i can

2 次查看(过去 30 天)
my table result is long little and i want to snap the output table, is there another way than minimize the command window,
  3 个评论
mehmet salihi
mehmet salihi 2021-5-22
actually i seaarced for such a method but i did not find it easily. any recommendation please

请先登录,再进行评论。

回答(1 个)

Kartikay Sapra
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.

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by