gnuplotを使ったことがなく、まず環境設定すらできていないことを想定している cdとかlsといったコマンドラインについてはこの本ではあまり触れないので、他のページを参考にしてください ...
Wave Simulation using Gnuplot! Gnuplot is a classic, open-source command-line tool used by scientists and engineers to turn raw data and mathematical formulas into professional graphs and animations.
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 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results