Undefined function 'sym' for input arguments of type 'double'.
이전 댓글 표시
Hi everyone;
When I run this script:
% This is a comment.
>> 4+5-3
ans =
6
>> 2*3/6
ans =
1
>> sym(1/2)+sym(3/4)
I face this error:
Undefined function 'sym' for input arguments of type 'double'.
Could anyone help me please?
답변 (2개)
Muruganandham Subramanian
2012년 11월 27일
0 개 추천
Read this mentioned link:
Walter Roberson
2012년 11월 27일
0 개 추천
You might not have the Symbolic Toolbox installed or licensed. The Symbolic Toolbox is an extra-cost feature for Academic and Commercial licenses. The Symbolic Toolbox is included with the Student Version but is not necessarily installed by default.
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!