Error using reshape To RESHAPE "the number of elements must not change"
1 回表示 (過去 30 日間)
古いコメントを表示
Mostfa Abd El-Aziz
2019 年 1 月 5 日
コメント済み: Mostfa Abd El-Aziz
2019 年 1 月 7 日
![1.JPG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/200237/1.jpeg)
3 件のコメント
Walter Roberson
2019 年 1 月 6 日
You tried everything except telling us what size(CH) is and what size(bICH5) is.
採用された回答
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.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!