08/03/23 19:50:52
>>405
octave:16> help stderr
-- Built-in Function: stderr ()
Return the numeric value corresponding to the standard error
stream. Even if paging is turned on, the standard error is not
sent to the pager. It is useful for error messages and prompts.
See also: stdin, stdout.
fprintf(stderr(), "Iteraion %d", K)