필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I get all value after convert n matrix

조회 수: 2 (최근 30일)
yen
yen 2011년 5월 18일
마감: MATLAB Answer Bot 2021년 8월 20일
I have an image directory consist I1, I2,....In I1=[1 1 1 0;1 1 1 0;1 1 1 0]; I2=[1 0 1 0;1 0 1 0;1 0 1 0]; .... In=[1 1 0 1;1 1 0 1;1 1 0 1]; how can I convert I1->J1; I2->J2,....In->Jn J1=[1;1;1;1;1;1;1;1;1;0;0;0]; J1=[1;1;1;0;0;0;1;1;1;0;0;0]; ... Jn=[1;1;1;1;1;1;0;0;0;1;1;1]; I use reshape to convert Ii->J by loop: for i:n but I can only get the final J value. How can I get the J1-> Jn?

답변 (1개)

Sean de Wolski
Sean de Wolski 2011년 5월 18일

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by