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 ...
I am new to programming and especially Gnuplot. I tried to use your commands but they do not exist. I have uninstalled and reinstalled the extension in VSC and it does not recognize a single command.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results