To read a cell array

1 visualización (últimos 30 días)
sarfudeen
sarfudeen el 29 de Mzo. de 2013
To read a particular column of a cell array using the position of header name.

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 29 de Mzo. de 2013
Example
A=num2cell(magic(5))
Col=3
A(:,col)
  17 comentarios
Azzi Abdelmalek
Azzi Abdelmalek el 29 de Mzo. de 2013
Editada: Azzi Abdelmalek el 29 de Mzo. de 2013
In windows command type
whos meas
what did you get?
sarfudeen
sarfudeen el 29 de Mzo. de 2013
Name = meas Size = 720x60 Bytes = 3112252 Class = cell Attributes =

Iniciar sesión para comentar.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by