Operator errors in old matlab code

2 次查看(过去 30 天)
I have received some old matlab codes which I have to work with. It has "/=" and "*=" in the code. It is showing errors.

回答(1 个)

Mahmoud Ashraf
Mahmoud Ashraf 2022-4-15
MATLAB doesn't have that syntax.
the syntax shoud be
x=x*1 not x*=1

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by