How to get rid of some output from function 'fsolve' on the workspace.

5 views (last 30 days)
I have written 3 scripts to solve a math problem, 'a49fun', 'a51fun', and the program 'a50'. When I run 'a50', I get some info of my own to show up on the workspace, but the function 'fsolve' also gives some information. Right now, I don't want that information to appear, I only want mine. How can I stop that message?

Accepted Answer

Steven Lord
Steven Lord on 5 May 2016
Set the 'Display' option to 'off' or 'none'. The second example on the fsolve documentation page shows how to do this.

More Answers (1)

Ricardo Boza Villar
Ricardo Boza Villar on 5 May 2016
Thank you!

Community Treasure Hunt

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

Start Hunting!