How to draw a table?

3 views (last 30 days)
Le Xuan Thang
Le Xuan Thang on 9 May 2020
Commented: Le Xuan Thang on 9 May 2020
Hi members!
How can I draw this table?

Answers (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 9 May 2020
use a command - array2table, e.g.:
>>array2table(DATA, 'VariableNames', {'Mode_No','Intact','Damaged', 'Frequency'})
  1 Comment
Le Xuan Thang
Le Xuan Thang on 9 May 2020
I want to draw Natural Frequency above Intact and Damaged. Can I draw like exactly table up there?

Sign in to comment.

Categories

Find more on Tables in Help Center and File Exchange

Tags

Products


Release

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!