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 Center および File ExchangeMRI についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by