octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #53083] fixed_point_format: incorrect alignmen


From: nicodemus
Subject: [Octave-bug-tracker] [bug #53083] fixed_point_format: incorrect alignment
Date: Wed, 7 Mar 2018 08:53:31 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #4, bug #53083 (project octave):

Hi, a slight difference in display between current version of MATLAB and
Octave with fixed_point_format is how 0 is printed.

MATLAB prints simply 0
Octave prints 0.0000

In case of sparse matrices I find MATLAB output easier to read.

Example compare 

   -0.2310         0         0   -0.1010
   -0.5470   -0.6522         0         0
   -0.6340         0   -0.1111         0
         0         0         0   -0.2343

with

   -0.2310    0.0000    0.0000   -0.1010
   -0.5470   -0.6522    0.0000    0.0000
   -0.6340    0.0000   -0.1111    0.0000
    0.0000    0.0000    0.0000   -0.2343

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53083>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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