help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I suppress output of main program?


From: Henry F. Mollet
Subject: Re: How do I suppress output of main program?
Date: Wed, 25 Feb 2004 19:54:26 -0800
User-agent: Microsoft-Entourage/10.1.1.2418

Now I understand!
Thanks, Henry

on 2/25/04 7:26 PM, Paul Kienzle at address@hidden wrote:

> 
> On Feb 25, 2004, at 5:07 PM, Henry F. Mollet wrote:
> 
>> octave:8> [grow_rates, kmat,mshpts]=lambda(testdata, [],[],[],[],[])
>> In lambda.m after matlam function
>> 1.2769  1.3000  1.2856  % Ok, my disp statement
>> In lambda.m after last statement i.e grow_rates =
>> Prints grow_rates and kmat and mshpts after this !??
>> How do I suppress it, at least kmat and mshpts?
> 
> In matlab as in octave, the value of an expression is printed
> unless there is a semicolon on the end of the line.  The same
> is true for function calls unless the function does not return
> a value.
> 
> Add a semicolon to the end of the "octave:8>" line above.
> 
> Paul Kienzle
> address@hidden
> 
> 
> 
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
> 
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:  http://www.octave.org/funding.html
> Subscription information:  http://www.octave.org/archive.html
> -------------------------------------------------------------



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]