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

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

[Octave-bug-tracker] [bug #51410] display of multidimensional arrays use


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #51410] display of multidimensional arrays uses 'ans'
Date: Wed, 23 Oct 2019 18:12:48 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #7, bug #51410 (project octave):

Another issue is that each page of the array may use an individual format. 
For example, I see this:


octave:2> x = cat (3, rand(2)*1000, rand(2)/1000)
x =

ans(:,:,1) =

   402.19   248.27
   259.84   826.15

ans(:,:,2) =

   6.0208e-04   9.3665e-04
   5.1218e-04   2.6246e-04


Is that what people want?  Should I open a separate bug report for that?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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