Effacer les filtres
Effacer les filtres

Operator errors in old matlab code

1 vue (au cours des 30 derniers jours)
Aashutosh Swami
Aashutosh Swami le 15 Avr 2022
I have received some old matlab codes which I have to work with. It has "/=" and "*=" in the code. It is showing errors.

Réponses (1)

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

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by