savannah-hackers
[Top][All Lists]
Advanced

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

[savannah-help-public] [sr #109228] GNU/Octave "out-of-memory" when PAGE


From: Alexander Steinmetz
Subject: [savannah-help-public] [sr #109228] GNU/Octave "out-of-memory" when PAGER("more") set
Date: Fri, 20 Jan 2017 01:38:51 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0

URL:
  <http://savannah.gnu.org/support/?109228>

                 Summary: GNU/Octave "out-of-memory" when PAGER("more") set
                 Project: Savannah Administration
            Submitted by: alexander_st
            Submitted on: Thu 19 Jan 2017 05:38:49 PM PST
                Category: None
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
        Operating System: Microsoft Windows
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I have an issue with displaying arrays in the command window. The arrays are
not long, typically 101-1001 elements. However, I want it to be displayed
entirely as the script ran or on the call later. That was possible and easy
done in MatLab versions. However, I've now switched to Octave and displaying
the arrays is always interrupted by the PAGER when set to "less". In the case
when it is set to "more" then an error message "out-of-memory" appears.
Again the array are small so I don't think it consumes lot of physical memory
of the system and is rather limited by the display size of the Command Window.
Below the example of the error occurrence:
 (
  >> length(Ne)
  ans =  701
  >> PAGER
  ans = less
  Ne =
  Columns 1 through 7:
  2.3611   2.3596   2.3582   2.3567   2.3553   2.3538
  2.3524..... until "-- less -- (f)orward, (b)ack, (q)uit"
  
  >> PAGER("more")
  >> PAGER
  ans = more
  >> Ne
  Not enough memory.
  )

Is there a fix/solution for that?

Is there a way how to make paging in Octave, that it displays the arrays fully
and automatically scrolls the  Command Window?

Best regards,
Alexander






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?109228>

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




reply via email to

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