[..] La fonction [jdg] wstepscl

Code
int wstep_jdg(){ scltracefa(§, ƒ, ); scltracefc("scl-%s (%s) : %s\n\n", sclver(), sclsec(), temps_char(0)); int wn=1001, wi; double *wtp=newtablin(wn, 0, 3*2*π); int n_4 =4, n_5=5; double *wsp_4=new double[wn]; double *wsp_5=new double[wn]; for(wi=0;wi<wn;wi++){ wsp_4[wi]=wstep(wtp[wi], n_4); wsp_5[wi]=wstep(wtp[wi], n_5); } scl::string_c imgname=scl::string_c(ƒ)+".svg", imgpath="./srt/"+imgname; int chan=2, chai=0; int nyl = (int)round(1400/((double)chan)); graf_dis(imgpath.c_str(), wn, wtp, wsp_4, "grid", "on", "yaxislength", nyl*92/100, "yaxisposition", 1799-(chan-1-chai)*nyl, "title", "Steps wave", "subtitlex", imgname.c_str(), /*"subtitle", subtitle.c_str(),*/ "linespec", "-l", "linespeca", "-a", "background-color", "w", "aymin", -0.1, "aymax", 1.1, "legend", "n=4", /*"ylabel", "[rad]",*/ "append", "on", ); chai++; graf_dis(imgpath.c_str(), wn, wtp, wsp_5, "grid", "on", "yaxislength", nyl*92/100, "yaxisposition", 1799-(chan-1-chai)*nyl, "title", "", "subtitlex", "", "subtitle", "", "linespec", "-q", "linespeca", "-a", "aymin", -0.1, "aymax", 1.1, "legend", "n=5", "xlabel", "wtp [rad]", /*"ylabel", "[rad]",*/ /*"append", "off",*/ ); scltracefe(§, ƒ, ); return 0; } /* ƒ décorée par 🔬 le 14-03-2026 09:12:34 */
Sortie
[>..\xpl\src\scl.jdg.cpp.wstep_jdg] scl-26.03 (gwin64) : 14-03-2026 09:12:34 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< << END OF DISLIN / VERSION 11.3.2 << << Date : 14.03.2026 Time : 09:12:34 Pageformat: DA4L << << Vectors : 3851 Warnings: 0 Fileformat: SVG << << Metafile: ./srt/wstep_jdg.svg << <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [<..\xpl\src\scl.jdg.cpp.wstep_jdg]