Plotting using ansi c language

Status
Not open for further replies.

joammee

Junior Member level 1
Joined
Jan 5, 2013
Messages
17
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,388
How can I plot samples in .txt format using ANSI C language with gcc compiler? What are the commands to be used?
Thanks!
 

Graphing with plain C without using any other library or framework is usually a bad idea. Matlab would be easier to plot anything. If you are obliged to plot in C, you may want to use something like below or similar:
Simple DirectMedia Layer

Check the tutorials for further info.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…