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

1 次查看(过去 30 天)
1.JPG
  3 个评论
Mostfa Abd El-Aziz
Thanks To your Response Dear Walter Roberson
What Your suggestion to resolve this error i really try every thing but whithout avail
thanks alot

请先登录,再进行评论。

采纳的回答

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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by