help-octave
[Top][All Lists]
Advanced

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

Re: possible to disable multipliers?


From: Phillip M. Feldman
Subject: Re: possible to disable multipliers?
Date: Thu, 02 Jun 2005 22:54:34 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)

I added "fixed_point_format= 0" to one of the startup files, and the behavior is
now as desired.

Thanks!

Phillip

John W. Eaton wrote:

On  2-Jun-2005, Mike Miller wrote:

| On Thu, 2 Jun 2005, Phillip M. Feldman wrote:
| | > (From a complete Octave newbie).
| >
| > When displaying an array in Octave, the program often takes out a power | > of ten that is displayed as a multiplier. Is there a way to disable | > this? (This is one of the few differences between Octave and MATLAB | > where I prefer the MATLAB behavior). | | MATLAB doesn't do this?

As far as I know, it does.  That's why I implemented the feature in
Octave.  But it is not and has never been the default behavior for
Octave.  The scaling only happens if you have the built-in variable
fixed_point_format set to a nonzero value (which will also happen if
you start Octave with either the --traditional or --braindead option).

jwe





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