Having problems with display function
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Symbolic Math Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!