Error using reshape To RESHAPE "the number of elements must not change"
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mostfa Abd El-Aziz
le 5 Jan 2019
Commenté : Mostfa Abd El-Aziz
le 7 Jan 2019
3 commentaires
Walter Roberson
le 6 Jan 2019
You tried everything except telling us what size(CH) is and what size(bICH5) is.
Réponse acceptée
Image Analyst
le 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.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MRI dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!