"Undefined function 'equationsToMatrix' for input arguments of type 'sym'." Error
Show older comments
Hello all,
I've been trying to deal with the equationsToMatrix function, but getting this "Undefined function 'equationsToMatrix' for input arguments of type 'sym'." error all the time.
To try, I took a sample code from Help. It gives the same error also.
syms x y z
[A,b] = equationsToMatrix([x+y-2*z==0,x+y+z==1,2*y-z+5==0], [x,y,z])
Any ideas? Version is 2014b.
BR, Ozgur
Accepted Answer
More Answers (2)
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!