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

my table result is long little and i want to snap the output table, is there another way than minimize the command window,

3 Kommentare

Why don't you write this to a text file instead?
actually i seaarced for such a method but i did not find it easily. any recommendation please

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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.

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 20 Mai 2021

Beantwortet:

am 23 Mai 2021

Community Treasure Hunt

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

Start Hunting!

Translated by