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!