Getting "Unrecognized function or variable 'reshape'" error!!
显示 更早的评论
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 个评论
DGM
2022-5-26
How are you using it, and of what class is the object you're passing to it?
KSSV
2022-5-26
Show us the code you tried.
Kumar Vishal Rai
2022-5-27
采纳的回答
更多回答(1 个)
%reshape([1 2 3 4],:,1);
reshape([1 2 3 4], [], 1) % use [] for auto computed size
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!