cell to matrix when loading

1 visualización (últimos 30 días)
jfrazie9
jfrazie9 el 21 de Nov. de 2017
Respondida: Fangjun Jiang el 21 de Nov. de 2017
The matlab file I am trying to load is a '1x1 cell' that opens to a '77x1 double' when loading it how do I skip the cell and go to the matrix immediately?

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 21 de Nov. de 2017
d1={rand(77,1)};
d1{1}(50)
d2=d1{1}
d2(50)

Categorías

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