How to draw a table?
Mostrar comentarios más antiguos
Hi members!
How can I draw this table?

Respuestas (1)
Sulaymon Eshkabilov
el 9 de Mayo de 2020
0 votos
use a command - array2table, e.g.:
>>array2table(DATA, 'VariableNames', {'Mode_No','Intact','Damaged', 'Frequency'})
1 comentario
Le Xuan Thang
el 9 de Mayo de 2020
Categorías
Más información sobre Tables en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!