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!