What does ;= mean?

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 Comment

Stephen23
Stephen23 on 21 Jul 2016
@Yiting Xu: the sequence ;= does not appear anywhere in the code examples that you have given.

Sign in to comment.

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 20 Jul 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 Comment

Yiting Xu
Yiting Xu on 20 Jul 2016
Thanks! I think matlab just replaced it by >=, and I think then actually I got my answer haha.

Sign in to comment.

Categories

Find more on Mathematics in Help Center and File Exchange

Tags

Asked:

on 20 Jul 2016

Commented:

on 21 Jul 2016

Community Treasure Hunt

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

Start Hunting!