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.

Respuestas (1)

Mahmoud Ashraf
Mahmoud Ashraf el 15 de Abr. de 2022

0 votos

MATLAB doesn't have that syntax.
the syntax shoud be
x=x*1 not x*=1

Categorías

Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.

Preguntada:

el 15 de Abr. de 2022

Respondida:

el 15 de Abr. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by