How to assign value to variable
Mostrar comentarios más antiguos
My equation is Y+5 = 10, how can i assign value to Y because i keep getting this error.
Respuesta aceptada
Más respuestas (1)
madhan ravi
el 9 de Oct. de 2020
syms Y
equation = Y + 5 == 10
1 comentario
madhan ravi
el 9 de Oct. de 2020
doc syms
I suggest you to do MATLAB Onramp course.
Categorías
Más información sobre Mathematics 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!