could you please tell me how to minimize the comman window as much i can
2 views (last 30 days)
Show older comments
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
Answers (1)
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.
0 Comments
See Also
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!