Operator errors in old matlab code
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have received some old matlab codes which I have to work with. It has "/=" and "*=" in the code. It is showing errors. ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/965205/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/965205/image.jpeg)
0 comentarios
Respuestas (1)
Mahmoud Ashraf
el 15 de Abr. de 2022
MATLAB doesn't have that syntax.
the syntax shoud be
x=x*1 not x*=1
0 comentarios
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!