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 个评论

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

请先登录,再进行评论。

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2016-7-20

0 个投票

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 个评论

Thanks! I think matlab just replaced it by >=, and I think then actually I got my answer haha.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Mathematics 的更多信息

标签

提问:

2016-7-20

评论:

2016-7-21

Community Treasure Hunt

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

Start Hunting!

Translated by