Error using reshape To RESHAPE "the number of elements must not change"
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Mostfa Abd El-Aziz
el 5 de En. de 2019
Comentada: Mostfa Abd El-Aziz
el 7 de En. de 2019
3 comentarios
Walter Roberson
el 6 de En. de 2019
You tried everything except telling us what size(CH) is and what size(bICH5) is.
Respuesta aceptada
Image Analyst
el 7 de En. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre MRI en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!