Error using reshape To RESHAPE "the number of elements must not change"
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Mostfa Abd El-Aziz
il 5 Gen 2019
Commentato: Mostfa Abd El-Aziz
il 7 Gen 2019
3 Commenti
Walter Roberson
il 6 Gen 2019
You tried everything except telling us what size(CH) is and what size(bICH5) is.
Risposta accettata
Image Analyst
il 7 Gen 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su MRI in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!