Having problems with display function
Mostrar comentarios más antiguos
Why can't I put the variable from a solve function into a display function? For example:
syms x
y=x+3
sol=solve(y==0)
disp("sol is" + sol)
There is an error with the display function and I don't know how to fix it. Also, what type of data is the outcome of the solve function?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!