What does ;= mean?
Afficher commentaires plus anciens
I found this operator ;= in a twenty-year-old code. For example: (abs(f-fopt)<=optim.TolFun && termx>=limxterm )
or
if ni>=1 && ni<=n/2 && flat<=3, kflat=kflat+1;
What does ;= do here? Thanks.
1 commentaire
Stephen23
le 21 Juil 2016
@Yiting Xu: the sequence ;= does not appear anywhere in the code examples that you have given.
Réponses (1)
Azzi Abdelmalek
le 20 Juil 2016
0 votes
there is no ;= operator in Matlab,you can get all Matlab operators here http://www.mathworks.com/help/matlab/operators-and-elementary-operations.html
1 commentaire
Yiting Xu
le 20 Juil 2016
Catégories
En savoir plus sur Mathematics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!