Post Reply 
apply in the program [Solved]
12-22-2015, 06:04 PM
Post: #2
RE: apply in the program
Here is a (simplified) structure that may be of some help(?)

Code:

EXPORT meusymp2()
BEGIN
  LOCAL x;                                         //  avoiding reserved variable issues
  RECT;

  M0:=[1,2,3];                                     //  Default values
  M1:=CAS.apply("x->x^3",M0);                      //  Uses matrix reserved variables
  
  TEXTOUT_P(M1,120,30,2,#000000h,190,#99FF00h);
  wait;                                            //  replaces FREEZE;

END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
apply in the program [Solved] - jrozsas - 12-22-2015, 05:03 PM
RE: apply in the program - DrD - 12-22-2015 06:04 PM
RE: apply in the program - jrozsas - 12-22-2015, 06:17 PM



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