Post Reply 
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
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Insufficient Memory for MAKEMAT(0,320,240) - StephenG1CMZ - 09-17-2022 01:37 PM



User(s) browsing this thread: 1 Guest(s)