Error using reshape To RESHAPE "the number of elements must not change"
1 次查看(过去 30 天)
显示 更早的评论
![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!