Post Reply 
Programming in hp prime
10-29-2019, 09:44 PM (This post was last modified: 10-29-2019 09:59 PM by pinkman.)
Post: #2
RE: Programming in hp prime
(10-29-2019 05:25 PM)losipi Wrote:  Hi
I am actually studying maths in France and i want to create a programm that draw a fonction with a parameter.
In the programm, i get a syntax error when i put "plotfunc", so i dont know how to draw the graph.

plotfunc is a CAS function, try to create a CAS program and execute it in the CAS view.

Code:

#cas
MYGRAPH():=
BEGIN
 plotfunc(SIN(x));
END;
#end

Quote:I can t find the answer in the user guide, so i would like to know how to draw a graph from a programm.
Thanks for your help
Set the cursor on the word plotfunc and press Help, it will help !

CU

Moi aussi je suis en France ! Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Programming in hp prime - losipi - 10-29-2019, 05:25 PM
RE: Programming in hp prime - pinkman - 10-29-2019 09:44 PM
RE: Programming in hp prime - pinkman - 10-29-2019, 10:17 PM



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