May 18, 2013 at 6:32am UTC
Hi Everyone,
I'm a beginner to C++. I need some help in plotting my array which was my end result of my program and have to make a contour with the arrays obtained.
It's something like plot function in MATLAB.
Thanks in Advance.
Regards,
Vignesh V.
May 18, 2013 at 6:38am UTC
You have table of data. You need a plot. You can learn basic C++. Then you can learn use of graphical C++ libraries to draw plots.
The obvious question is:
Would it be sufficient to use some existing plotting program, like Matlab or Gnuplot?
May 20, 2013 at 8:11am UTC
Hi,
Could please be more clear. I couldn't understand. May be you are correct but I couldn't understand because I'm a Beginner only.
Thanks