Operator errors in old matlab code
Show older comments
I have received some old matlab codes which I have to work with. It has "/=" and "*=" in the code. It is showing errors. 
Answers (1)
Mahmoud Ashraf
on 15 Apr 2022
0 votes
MATLAB doesn't have that syntax.
the syntax shoud be
x=x*1 not x*=1
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!