How to put sequence number in the table form?
10 次查看(过去 30 天)
显示 更早的评论
Kasih Ditaningtyas Sari Pratiwi
2017-10-23
评论: Kasih Ditaningtyas Sari Pratiwi
2017-10-24
Hi, I am new in matlab and have a problem in putting sequence number on the table. Could you please help me? so here is my code:
x=height(myfile) %to know the number of rows in the table
myfile{:,16}=[1:x] %to fill down column 16 with sequence number until the last row
However, it did not work well :( Thank you very much for your help.
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!