필터 지우기
필터 지우기

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