Statistic

Contributions to this software library are always welcome. Please ensure that you post program listings rather than .raw files. They give a reasonable idea of what your program does without having to load them into a DM42 and you can also include comments in your code. Check out the following link for a decoder/encoder: https://technical.swissmicros.com/decoders/dm42/

You can then copy/paste the listing and post it in "code" tags.
Post Reply
nmihiylov
Posts: 18
Joined: Sat Sep 22, 2018 10:19 pm
Location: Ohio

Statistic

Post by nmihiylov »

When trying to use the Statistics function I am experiencing an error message "Size Error". This occurs when I try to enter the x variable using the E+ key.

Help - What am I doing wrong?

Nick
Nick Mihiylov
DM42
SN# 03787
nmihiylov
Posts: 18
Joined: Sat Sep 22, 2018 10:19 pm
Location: Ohio

Re: Statistic

Post by nmihiylov »

I am also getting that same "Size Error" when I go to "STO" any variable not using the Statistics options
Nick Mihiylov
DM42
SN# 03787
dlachieze
Posts: 613
Joined: Thu May 04, 2017 12:20 pm
Location: France

Re: Statistic

Post by dlachieze »

It seems that you don't have enough registers available.
If you do RCL REGS what is the size of the REGS matrix in X?
You can allocate more registers with the SIZE function (shift MODES down arrow)
For example SIZE 0025 should be enough.
Another possibility is that you have inadvertently deleted the REGS matrix.
If it's the case, executing SIZE will recreate it.
DM42: 00425 - DM41X: β00066 - WP43: 00042
nmihiylov
Posts: 18
Joined: Sat Sep 22, 2018 10:19 pm
Location: Ohio

Re: Statistic

Post by nmihiylov »

Thank you, I will try that as soon as Inget the chance.

Nick
Nick Mihiylov
DM42
SN# 03787
nmihiylov
Posts: 18
Joined: Sat Sep 22, 2018 10:19 pm
Location: Ohio

Re: Statistic

Post by nmihiylov »

Thank you for the assistance, Statistics is working well now, and so is the STO and RCL functions.

I checked the available storage registers as suggested using RCL REGS and saw 25x1 Matrix

We’re good now!

Thank you again!

Nick
Nick Mihiylov
DM42
SN# 03787
Post Reply