Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

matlab error, undefined function

Status
Not open for further replies.

nidgroyal

Newbie level 1
Joined
Jan 18, 2011
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
dear all,

the code is

syms x
f=4*x^4+3*x^3+x^2+x^1+10;
roots=solve(f,x);

I am having problem with 'syms' function in matlab. while running this code I am getting message

"??? Undefined function or method 'syms' for input arguments of type 'char'."

is there any mistake in code? why this is not working?
 

i think u will have to write the function with " " so that matlab will see the f as function of x f(x), otherwise matlab can not tell is f a function of x. have u tried to use the help about the function syms. it's easy to type help syms and will give u everythig about that function, even an exsample how to use it.
 

This error is in 64 bit version of Matlab,then use 32 bit version for using syms
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top