What does ;= mean?
13 次查看(过去 30 天)
显示 更早的评论
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 个评论
Stephen23
2016-7-21
@Yiting Xu: the sequence ;= does not appear anywhere in the code examples that you have given.
回答(1 个)
Azzi Abdelmalek
2016-7-20
there is no ;= operator in Matlab,you can get all Matlab operators here http://www.mathworks.com/help/matlab/operators-and-elementary-operations.html
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!