I have cell A which is 1x2 in size. Each entry in the cell is a double with different sizes. Am I able to access the entries from A alone?
For example: A{1,2} (refers to the second matrix in cell A), but I want to access only the fifth column, for example.

 채택된 답변

madhan ravi
madhan ravi 2018년 11월 9일
편집: madhan ravi 2018년 11월 9일

0 개 추천

A{1,2}(:,5)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Types에 대해 자세히 알아보기

태그

질문:

cgo
2018년 11월 9일

편집:

2018년 11월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by