Errors when using syms function
Show older comments
When I try to use the syms function, I receive an several errors.
Simple code to show what I'm working with:
syms x y z
eq1 = sym('x = y*z')
The errors I receive:
Error using zeros
Too many output arguments.
Error in syms (line 77)
toDefine = sym(zeros(1, 0));
Error in testrunforerrors (line 1)
syms x y z
I tried uninstalling Matlab from my computer and reinstalling, but that didn't help. Not sure if it's related or not, but when I start up Matlab, the past several times, I've recieved the error code:
Error using connector.internal.autostart.run
Too many output arguments
Accepted Answer
More Answers (0)
Categories
Find more on Numeric Solvers 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!