How to assign value to variable
Afficher commentaires plus anciens
My equation is Y+5 = 10, how can i assign value to Y because i keep getting this error.
Réponse acceptée
Plus de réponses (1)
madhan ravi
le 9 Oct 2020
syms Y
equation = Y + 5 == 10
1 commentaire
madhan ravi
le 9 Oct 2020
doc syms
I suggest you to do MATLAB Onramp course.
Catégories
En savoir plus sur Mathematics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!