How to suppress iteration output from nlsys

Hi,

I use command "nlsys" to solve a nonlinear system. This command also prints the iteration process on the screen. I wonder if there is a way to skip the printing.

Thank you so much!

Laura

2 Answers



1



You can turn off the printing of iteration information by setting the global control variable __output equal to 0 before your call to the nlsys procedure.

Make sure that you set __output after any call you make to the procedure nlset. The GAUSS procedure nlset sets all of the global control variables used by nlsys back to default values. The default value for __output is 1.

aptech

1,773


0



Thanks. It works great!

Laura

Your Answer

2 Answers

1

You can turn off the printing of iteration information by setting the global control variable __output equal to 0 before your call to the nlsys procedure.

Make sure that you set __output after any call you make to the procedure nlset. The GAUSS procedure nlset sets all of the global control variables used by nlsys back to default values. The default value for __output is 1.

0

Thanks. It works great!

Laura


You must login to post answers.

Have a Specific Question?

Get a real answer from a real person

Need Support?

Get help from our friendly experts.

Try GAUSS for 14 days for FREE

See what GAUSS can do for your data

© Aptech Systems, Inc. All rights reserved.

Privacy Policy