How to draw a table?

3 visualizaciones (últimos 30 días)
Le Xuan Thang
Le Xuan Thang el 9 de Mayo de 2020
Comentada: Le Xuan Thang el 9 de Mayo de 2020
Hi members!
How can I draw this table?

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by