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 个)

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!

Translated by