Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Plotting graph in C, displaying variables

Status
Not open for further replies.

JoKKeR

Full Member level 2
Joined
Feb 14, 2008
Messages
130
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Location
Estonia
Activity points
2,281
Hi !

Im working on a embedded systems. Wring code in c.

How to display variables on plots.

For example DEV cpp compiler.

Maybe there are some-kind of libraries ... .h files which will help me out :S

Thank you !

Added after 40 minutes:

Well ... im asking a question and answering it ;)

Theres a software called "DSLIN" It is free for non-commercial use.
 

Still ... cant create a plot.

Im looking for a .h file with some functions in to display variables on 2d.
 

Hi,

That's a platform-specific question. What is your environment ? Windows ? Linux ?

In order to display something you'll have to use a graphic library. I used to do this with SDL. Now I'm doing this in C# under windows with the help of zedgraph.

Regards,
Franck.
 

you can use a library called "koolplot" or a C compiler called QuincyC 2005 where "koolplot" is built in, both are free to download, you can use "koolplot" with dev C++ to create graphs.
good luck
 

Miniscope v3 has simple OpenGL based graph module. This is Turbo C++ Explorer project - this IDE is free.
Earlier versions may be easier to modify than new ones (no interface to real measurement devices included yet).
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top