How to draw a table?
    7 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hi members!
How can I draw this table?

0 Commenti
Risposte (1)
  Sulaymon Eshkabilov
      
 il 9 Mag 2020
        use a command - array2table, e.g.:
>>array2table(DATA, 'VariableNames', {'Mode_No','Intact','Damaged', 'Frequency'})
Vedere anche
Categorie
				Scopri di più su Tables 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!

