Hello,
Could any one please explain me what does
optimoptions('fsolve','Display','off')
mean in the latter code? and why it should be mentioned?
s = fsolve(@(s) solvef(s,n,m),s0,optimoptions('fsolve','Display','off'));
Thanks a lot for your attentions.

 Respuesta aceptada

Walter Roberson
Walter Roberson el 16 de Mayo de 2021

0 votos

fsolve() normally gives a summary after it runs, talking about the reason it stopped running (even in the case that everything worked perfectly.) That can be a distraction from what the rest of the program is trying to accomplish, so it is not uncommon to want to get rid of the termination message.

1 comentario

Mahsa Babaee
Mahsa Babaee el 17 de Mayo de 2021
Thanks for your valuable explanations dera Wlater Roberson.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 16 de Mayo de 2021

Comentada:

el 17 de Mayo de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by