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
Stephen23 2016 年 7 月 21 日
@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 件のコメント

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

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeMathematics についてさらに検索

タグ

質問済み:

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