Insufficient Memory for MAKEMAT(0,320,240)
|
09-17-2022, 01:37 PM
(This post was last modified: 09-17-2022 01:58 PM by StephenG1CMZ.)
Post: #2
|
|||
|
|||
RE: Insufficient Memory for MAKEMAT(0,320,240)
Matrices are of a limited size.
A workaround would be to use a list of lists (each list can have 10 000 elements). Or, perhaps storing the data as a screen image might be useful? This program lists implementation limits. https://www.hpmuseum.org/forum/thread-13...hlight=Ppl (AFAIK the implementation limits were not increased from G1 to G2 models, despite the hardware improvements) If you really want to use matrices, you could reduce the resolution. Matrices must have less than 20 000 elements, so for example a (320/2) * (240/2) matrix would be possible. Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Insufficient Memory for MAKEMAT(0,320,240) - matalog - 09-17-2022, 12:57 PM
RE: Insufficient Memory for MAKEMAT(0,320,240) - StephenG1CMZ - 09-17-2022 01:37 PM
RE: Insufficient Memory for MAKEMAT(0,320,240) - matalog - 09-18-2022, 10:50 PM
RE: Insufficient Memory for MAKEMAT(0,320,240) - Will Gibson - 12-13-2022, 01:47 AM
RE: Insufficient Memory for MAKEMAT(0,320,240) - C.Ret - 09-17-2022, 02:50 PM
RE: Insufficient Memory for MAKEMAT(0,320,240) - jte - 09-21-2022, 09:50 PM
|
User(s) browsing this thread: 1 Guest(s)