필터 지우기
필터 지우기

create a loop of the 2nd row of a 4D cel

조회 수: 3 (최근 30일)
Vaultec
Vaultec 2014년 6월 26일
댓글: Vaultec 2014년 6월 26일
so currently I have MD_SD(:,:,1,1) =
[ 1.0868]
[ 0.0796]
[1x56 double]
MD_SD(:,:,2,1) =
[ 1.0861]
[ 0.0882]
[1x50 double]
MD_SD(:,:,3,1) =
[ 1.1721]
[ 0.1314]
[1x56 double]
is it possible to create a for loop such that I can get an array that displays the 2nd row of each of the cells i.e. [0.0796,0.0882,0.1314] thanks in advance

채택된 답변

Sara
Sara 2014년 6월 26일
MD_SD(2,:,:) would do without a loop

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by