Borrar filtros
Borrar filtros

What is the meaning of A{1}

12 visualizaciones (últimos 30 días)
abc abc
abc abc el 20 de Jul. de 2016
Editada: Stephen23 el 20 de Jul. de 2016
I found a matlab code where i saw inside the code this :
A{1}
So when i ask to Matlab A i received this answer :
[1 * 10 double]
and when i asked to it A{1} Matlab answered me :
10 * 0 0 0 0 0 0 0 0 0 0
So what is A ? an array ?
Thank you very much !

Respuestas (2)

Thorsten
Thorsten el 20 de Jul. de 2016
A{1} is the content of the first cell in a cell array.

Stephen23
Stephen23 el 20 de Jul. de 2016
Editada: Stephen23 el 20 de Jul. de 2016

Categorías

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