Getting "Unrecognized function or variable 'reshape'" error!!
Ältere Kommentare anzeigen
I am running R2021b and using simple reshape function.
But Matlab is giving Unrecognized function or variable 'reshape'".
I checked for the path of this function and its present in the path values.
Any idea what could be wrong.
3 Kommentare
DGM
am 26 Mai 2022
How are you using it, and of what class is the object you're passing to it?
KSSV
am 26 Mai 2022
Show us the code you tried.
Kumar Vishal Rai
am 27 Mai 2022
Akzeptierte Antwort
Weitere Antworten (1)
%reshape([1 2 3 4],:,1);
reshape([1 2 3 4], [], 1) % use [] for auto computed size
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!