How to draw a table?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi members!
How can I draw this table?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/291527/image.png)
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!