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.

7 vues (au cours des 30 derniers jours)
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

Réponse acceptée

Walter Roberson
Walter Roberson le 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.

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by