could you please tell me how to minimize the comman window as much i can
    5 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
my table result is long little and i want to snap the output table, is there another way than minimize the command window,

3 Commenti
Risposte (1)
  Kartikay Sapra
 il 23 Mag 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 Commenti
Vedere anche
Categorie
				Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!