Operator errors in old matlab code
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have received some old matlab codes which I have to work with. It has "/=" and "*=" in the code. It is showing errors.
0 commentaires
Réponses (1)
Mahmoud Ashraf
le 15 Avr 2022
MATLAB doesn't have that syntax.
the syntax shoud be
x=x*1 not x*=1
0 commentaires
Voir également
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!