필터 지우기
필터 지우기

Error using reshape To RESHAPE "the number of elements must not change"

조회 수: 1 (최근 30일)
1.JPG
  댓글 수: 3
Mostfa Abd El-Aziz
Mostfa Abd El-Aziz 2019년 1월 6일
Thanks To your Response Dear Walter Roberson
What Your suggestion to resolve this error i really try every thing but whithout avail
thanks alot
Walter Roberson
Walter Roberson 2019년 1월 6일
You tried everything except telling us what size(CH) is and what size(bICH5) is.

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2019년 1월 7일
Looks like you want seq1 to be a row vector. So try omitting the number of columns:
seq1 = reshape(bICH5, 1, []);
Other errors will probably follow so I recommend you really try to understand what is going on rather than just applying random band-aid fixes like this.
  댓글 수: 1
Mostfa Abd El-Aziz
Mostfa Abd El-Aziz 2019년 1월 7일
Thanks Dear Image Analyst
The Error Solved
The Error Was In My input Image Type
Thanks For your Reactive

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MRI에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by