Error using reshape To RESHAPE "the number of elements must not change"
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Mostfa Abd El-Aziz
am 5 Jan. 2019
Kommentiert: Mostfa Abd El-Aziz
am 7 Jan. 2019

3 Kommentare
Walter Roberson
am 6 Jan. 2019
You tried everything except telling us what size(CH) is and what size(bICH5) is.
Akzeptierte Antwort
Image Analyst
am 7 Jan. 2019
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Cell Arrays finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!