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

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

[Octave-bug-tracker] [bug #55919] Format short|long g does not align num


From: anonymous
Subject: [Octave-bug-tracker] [bug #55919] Format short|long g does not align numbers within matrices
Date: Sat, 16 Mar 2019 10:42:50 -0400 (EDT)
User-agent: Mozilla/5.0 (Android 8.0.0; Mobile; rv:65.0) Gecko/65.0 Firefox/65.0

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

To see the combined effect of both OP and Rik, try:


x = pi(4,300) + (1:300) + (1:4)'; # ranges from 5.14 to 307.14
format; x
format short; x
format short g; x



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55919>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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