How to rename a cell into Table

2 visualizaciones (últimos 30 días)
Yuan Jun Lim
Yuan Jun Lim el 18 de Nov. de 2019
Respondida: KSSV el 18 de Nov. de 2019
Hi, I have a cell named G_Status. It is a 6x2 cell.
How do i rename the first Column as G_Status_1 and the second Column as G_Status_2 ?

Respuestas (1)

KSSV
KSSV el 18 de Nov. de 2019
Multiple ways. One way would be, convert the cell tinto table T using cell2table and rename the columns you want by
T.Properties.VariableNames = {"your names here"} ;

Categorías

Más información sobre Logical 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