Undefined function or variable 'numer'.
이전 댓글 표시
I'm running MATLAB Version: 9.1.0.441655 (R2016b) with Symbolic Math Toolbox Version 7.1 I have "restoredefaultpath" and "rehash toolboxcache"
Help?
채택된 답변
추가 답변 (1개)
John D'Errico
2016년 11월 19일
0 개 추천
There is no function in MATLAB called numer. That is why you get an undefined function or variable error.
Possibly you wanted to create a variable by that name. Possibly you wanted to use some other function. Could be you wanted the function numel. How can we possibly know? The crystal ball is so foggy these days.
댓글 수: 2
Fred Garber
2016년 11월 19일
편집: Fred Garber
2016년 11월 19일
John D'Errico
2016년 11월 20일
As I said, numer is NOT part of MATLAB. It is not accessible form MATLAB, but part of Mupad. You can only use it from there.
카테고리
도움말 센터 및 File Exchange에서 Common Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!