채택된 답변

Ameer Hamza
Ameer Hamza 2020년 10월 9일

0 개 추천

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

추가 답변 (1개)

madhan ravi
madhan ravi 2020년 10월 9일

0 개 추천

syms Y
equation = Y + 5 == 10

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

태그

질문:

2020년 10월 9일

댓글:

2020년 10월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by