How to put sequence number in the table form?

11 次查看(过去 30 天)
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.

采纳的回答

Walter Roberson
Walter Roberson 2017-10-23
编辑:Walter Roberson 2017-10-23
myfile{:,16} = (1:x).';

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by