I have problem in accessing nested cell array. How could it be done?
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
I have hierarchy of cell data. how can i access each cell a1, a2 so on and can i use these data as type double?

Please Help...
댓글 수: 0
답변 (1개)
  Guillaume
      
      
 2014년 10월 6일
        Is this what you're asking?
data = {{1 2 3;4 5 6} {7 8 9;10 11 12}} %for example
b1 = data{1}{2, 1};
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
