help-octave
[Top][All Lists]
Advanced

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

Re: variable display


From: Robert A. Macy
Subject: Re: variable display
Date: Wed, 08 Feb 2006 15:22:56 -0800

Have you checked that each line that you don't want a
printout from ends with a semicolon?

for example,...
>> variable1 = 3
answer = 3
>>

...versus...
>> variable1 = 3;
>>

...nothing

If it's not this, you should post your code.  

       - Robert -

On Wed, 8 Feb 2006 17:06:55 -0600
 Nuno Lopes <address@hidden> wrote:
> hello all.
> 
> I'm just starting to use octave (to perform some averages
> of bechmarks
> read from a file). I have a octave script file that
> performs all the
> operations I need, but it outputs a lot of variables (ie,
> all the
> variables and iterations) :( 
> I would like to output only the final result (a matrix).
> How can I do
> this?
> 
> TIA,
> -- 
> Nuno Lopes
> 
> P.S.: please cc, I don't subscribe to the ml



-------------------------------------------------------------
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]