Filter löschen
Filter löschen

Operator errors in old matlab code

2 Ansichten (letzte 30 Tage)
Aashutosh Swami
Aashutosh Swami am 15 Apr. 2022
Beantwortet: Mahmoud Ashraf am 15 Apr. 2022
I have received some old matlab codes which I have to work with. It has "/=" and "*=" in the code. It is showing errors.

Antworten (1)

Mahmoud Ashraf
Mahmoud Ashraf am 15 Apr. 2022
MATLAB doesn't have that syntax.
the syntax shoud be
x=x*1 not x*=1

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by