필터 지우기
필터 지우기

after concatenation of matrix of different dimension how to extrat value of particluar row and column

조회 수: 1 (최근 30일)
m1=rand(10,2); m2=rand(10,3); m3=rand(10,6); m={m1,m2,m3}; if i want m2(3,2) i will get value, but using m i want to get m2(3,2), is this possible.

채택된 답변

Ameer Hamza
Ameer Hamza 2018년 5월 17일
편집: Ameer Hamza 2018년 5월 17일
Acces it like this
m{2}(3,2)
Refer here and here for further details about cell array indexing.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

태그

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by