when i'm trying to run the below program, it is showing the following error ??? Undefined function or method 'syms' for input arguments of type 'char'. Error in ==> harbr at 3 syms z. But it is running in other systems without any error being shown.

8 views (last 30 days)
The program is as follows:
clear all;
clc;
syms z
s=int(z,0,1.4)
Why is it not working in my system? Please help me

Accepted Answer

Walter Roberson
Walter Roberson on 1 Mar 2013
You either do not have the Symbolic Toolbox installed, or you do not have it licensed. The Symbolic Toolbox is optional and extra cost for the Academic and Professional licenses. It is included with the Student Version license, but it might not be installed by default.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!