Post Reply 
Plotting a user function?
02-09-2014, 11:01 AM
Post: #2
RE: Plotting a user function?
Hello,
You could:
- assign your equation to V1,V2,.. with a V1:= your_eq_goes_here;
- invoke the advanced graphic application through the STARTAPP("name_of_the_app") command
- uncheck all the other V# with a loop with the command UNCHECK(4); UNCHECK(5),....
- invoke the plot screen via STARTVIEW(1);

I was not very happy when I didn't see a simple calculation program in the prime manual in the programming chapter but now that i am able to do it thanks to this forum, i can appreciate the very long DICE program which shows how to bend the builtin applications for my needs.

Hope it helps,

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


Messages In This Thread
Plotting a user function? - veeblefester - 02-09-2014, 01:09 AM
RE: Plotting a user function? - Giancarlo - 02-09-2014 11:01 AM
RE: Plotting a user function? - jte - 02-28-2014, 02:21 AM
RE: Plotting a user function? - Giancarlo - 02-28-2014, 07:00 AM



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