Post Reply 
Editing matrix in a program: not updating issue
03-17-2015, 09:15 PM (This post was last modified: 03-17-2015 09:17 PM by salvomic.)
Post: #1
Editing matrix in a program: not updating issue
hi,
perhaps I'm using in wrong mode my code, but in my new program for ANOVA two factors I'm searching to editing a matrix (anovamat) trying to get two goals: if the matrix is already set then use it; if not, input a new one.
My programs seems to work but after the first run it use the old data and sure I'm setting variables in a wrong mode. I use something like that with reals and it works, resetting values of variables at every running, but not here...

The whole program is here.

See:
Code:

export anovamat:=[[0,0],[0,0]];
...
export anova_dfreedom2:={0,0,0,0};

EXPORT ANOVA2()
BEGIN
local a, ...
...
EDITMAT(anovamat);
sto(anovamat, anovamat);
...

I'm searching also a mode to set export to get a generic matrix without precise setting for rows and cols in
export anovamat ...

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Editing matrix in a program: not updating issue - salvomic - 03-17-2015 09:15 PM



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