How to draw a table?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi members!
How can I draw this table?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/291527/image.png)
0 Kommentare
Antworten (1)
Sulaymon Eshkabilov
am 9 Mai 2020
use a command - array2table, e.g.:
>>array2table(DATA, 'VariableNames', {'Mode_No','Intact','Damaged', 'Frequency'})
Siehe auch
Kategorien
Mehr zu Tables finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!