How to draw a table?
    7 次查看(过去 30 天)
  
       显示 更早的评论
    
Hi members!
How can I draw this table?

0 个评论
回答(1 个)
  Sulaymon Eshkabilov
      
 2020-5-9
        use a command - array2table, e.g.:
>>array2table(DATA, 'VariableNames', {'Mode_No','Intact','Damaged', 'Frequency'})
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

