help-octave
[Top][All Lists]
Advanced

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

Re: variable display


From: Søren Hauberg
Subject: Re: variable display
Date: Thu, 09 Feb 2006 00:20:04 +0100

Hi,
I'm guessing a little here, but I think you're missing some semi-colons.
That is, if you write
  a = 7
Octave will print
  a = 7
If however you write
  a = 7;
(notice the semi-colon) nothing will be printed.
This might be your problem, but I'm just guessing.

Good luck,
Søren

ons, 08 02 2006 kl. 17:06 -0600, skrev Nuno Lopes:
> 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,



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