What is the meaning of A{1}

12 次查看(过去 30 天)
abc abc
abc abc 2016-7-20
编辑: Stephen23 2016-7-20
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 !

回答(2 个)

Thorsten
Thorsten 2016-7-20
A{1} is the content of the first cell in a cell array.

Stephen23
Stephen23 2016-7-20
编辑:Stephen23 2016-7-20

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by