"Too many output arguments." for pretty function
Mostrar comentarios más antiguos
I have been experiencing a lot of these's errors lately that say too many output arguments, below a small piece of code that shows this error, what am I doing wrong?
syms s
Y(s)=(6/(s^2+9)*(s+2)*(s+3))+(2*s+10/(s+2)*(s+3))
y=ilaplace(Y(s))
pretty(simplify(y))
The pretty statement is where it goes wrong frequently, can anyone help me out?
Respuestas (0)
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!