How to draw a table?
5 views (last 30 days)
Show older comments
Hi members!
How can I draw this table?
0 Comments
Answers (1)
Sulaymon Eshkabilov
on 9 May 2020
use a command - array2table, e.g.:
>>array2table(DATA, 'VariableNames', {'Mode_No','Intact','Damaged', 'Frequency'})
See Also
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!