how can i create a symbolic variable on Matlab 2014a student version

1 view (last 30 days)
when I write the following:
clear all; syms x int(x^2,x)
I get the following:
Undefined function 'syms' for input arguments of type 'char'.
Error in Matlabtask4 (line 2) syms x

Accepted Answer

Star Strider
Star Strider on 6 Mar 2015
In the Command Window, type:
ver
to see if you have the Symbolic Math Toolbox. If you have it, it should be listed. You need it to do symbolic calculations in MATLAB.
  1 Comment
Aya Abaza
Aya Abaza on 6 Mar 2015
Edited: Star Strider on 6 Mar 2015
this is what I got actually:
----------------------------------------------------------------------------------------------------
MATLAB Version: 8.3.0.532 (R2014a)
MATLAB License Number: STUDENT
Operating System: Microsoft Windows 8.1 Version 6.3 (Build 9600)
Java Version: Java 1.7.0_11-b21 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
----------------------------------------------------------------------------------------------------
MATLAB Version 8.3 (R2014a)
You unfortunately do not have the Symbolic Math Toolbox. You would have to buy a license for it from The MathWorks. Contact them to buy it and download the Toolbox.

Sign in to comment.

More Answers (0)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!