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.

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

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

Tags

Community Treasure Hunt

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

Start Hunting!