how to access Cell data
이전 댓글 표시
Hello, I have cell array of dimension 200*1 which contains information about an image. I want to store the data of a variable in the cell to a new variable. The cell is of type uint 8.
for example x = sensorscan{1,1}.data.sensor1; the above line stores the value of sensor1 in x.
But now I want that it should run for the entire cell array that is {200*1}. I have tried using for loop but it gives me an error. Regards
댓글 수: 2
Image Analyst
2013년 5월 16일
Do you think that if you shared the error message (all the red text in the command window) that someone might actually be able to suggest a solution?
Jatin Arora
2013년 5월 16일
채택된 답변
추가 답변 (1개)
Thomas
2013년 5월 16일
0 개 추천
This link gives good examples about accessing cell data http://www.mathworks.com/help/matlab/matlab_prog/access-data-in-a-cell-array.html
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!