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 comentario

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

Iniciar sesión para comentar.

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 20 de Jul. de 2016

0 votos

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 comentario

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

Iniciar sesión para comentar.

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 20 de Jul. de 2016

Comentada:

el 21 de Jul. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by