Borrar filtros
Borrar filtros

How to put sequence number in the table form?

5 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Walter Roberson
Walter Roberson el 23 de Oct. de 2017
Editada: Walter Roberson el 23 de Oct. de 2017
myfile{:,16} = (1:x).';

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by