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

1 view (last 30 days)
my table result is long little and i want to snap the output table, is there another way than minimize the command window,
  3 Comments
mehmet salihi
mehmet salihi on 22 May 2021
actually i seaarced for such a method but i did not find it easily. any recommendation please

Sign in to comment.

Answers (1)

Kartikay Sapra
Kartikay Sapra on 23 May 2021
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.

Community Treasure Hunt

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

Start Hunting!