Post Reply 
1-AUG-2019 SolveSys - Equation Library and Nonlinear Systems Solver
03-25-2017, 12:40 PM
Post: #66
RE: 08-MAR-2017 SolveSys - Equation Library and Nonlinear Systems Solver
(03-25-2017 03:28 AM)bruno2017 Wrote:  It is difficult to add pictures to the new system that we create? Smile

The next update (posting soon) will enable you to use your own image file. The format of *.lib file is changing slightly in this update.

Creating a picture on the calculator and using it for the system takes a bit of know-how (though not much). For the moment, one method would be to use the Geometry app and create your diagram there. Then, you can take a snapshot by using:

DIMGROB_P(G1,320,240);
STARTVIEW(1,1);
BLIT_P(G1,G0);

This saves a snapshot to the graphics object called G1. Then save this into an image file by moving into the solvesys/equation library app and typing:

AFiles("imgNN.png"):=G1;

where the NN is replaced by some appropriate value. Currently all the images are named img01.png through img63.png (I think).

The easier method would be to create an image on your PC/Mac and simply dragging the image file into the hpaddir directory, and then uploading the updated hpappdir to the calculator.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 08-MAR-2017 SolveSys - Equation Library and Nonlinear Systems Solver - Han - 03-25-2017 12:40 PM
Not able to solve a system - rrpalma - 05-05-2019, 08:10 PM



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