What does ;= mean?
16 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Stephen23
am 21 Jul. 2016
@Yiting Xu: the sequence ;= does not appear anywhere in the code examples that you have given.
Antworten (1)
Azzi Abdelmalek
am 20 Jul. 2016
there is no ;= operator in Matlab,you can get all Matlab operators here http://www.mathworks.com/help/matlab/operators-and-elementary-operations.html
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!