What is the meaning of A{1}

2 views (last 30 days)
abc abc
abc abc on 20 Jul 2016
Edited: Stephen23 on 20 Jul 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 !

Answers (2)

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

Stephen23
Stephen23 on 20 Jul 2016
Edited: Stephen23 on 20 Jul 2016

Community Treasure Hunt

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

Start Hunting!