"Undefined function 'equationsToMatrix' for input arguments of type 'sym'." Error
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (2)
Categorie
Scopri di più su Mathematics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!