Operator errors in old matlab code
显示 更早的评论
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
2022-4-15
0 个投票
MATLAB doesn't have that syntax.
the syntax shoud be
x=x*1 not x*=1
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!