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 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