Azzera filtri
Azzera filtri

What is the meaning of A{1}

12 visualizzazioni (ultimi 30 giorni)
abc abc
abc abc il 20 Lug 2016
Modificato: Stephen23 il 20 Lug 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 !

Risposte (2)

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

Stephen23
Stephen23 il 20 Lug 2016
Modificato: Stephen23 il 20 Lug 2016

Categorie

Scopri di più su Multidimensional Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by