Post Reply 
Insufficient Memory for MAKEMAT(0,320,240)
09-18-2022, 10:50 PM
Post: #4
RE: Insufficient Memory for MAKEMAT(0,320,240)
(09-17-2022 01:37 PM)StephenG1CMZ Wrote:  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.

Thanks I was able to do what I needed by writing a false colour pixel to G1 and reading back from it with GETPIX.
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) - matalog - 09-18-2022 10:50 PM



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