double yfunc (double y, double t){ return (20+y*t + y*y*t - 0.7*y*y*y*t + 0.06*y*y*y*y*t); } int main (){ FILE *gnuplot = popen("gnuplot", "w"); fprintf(gnuplot, "se ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.