Réponse acceptée

Ameer Hamza
Ameer Hamza le 9 Oct 2020

0 votes

You cannot assign value to variable like this. The correct syntax is
y = 10 - 5;
Only variable name can be on left side. I suggest taking this free course to understand the basics of MATLAB: https://www.mathworks.com/learn/tutorials/matlab-onramp.html

Plus de réponses (1)

madhan ravi
madhan ravi le 9 Oct 2020

0 votes

syms Y
equation = Y + 5 == 10

Catégories

En savoir plus sur Mathematics dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by