wlog_final(u,flag)
Add here a paragraph of the function description. Other paragraph can be added
Add here a paragraph of the function description
Add here scilab instructions and comments
//Final simulation data function wlog_final(u,flag) tt=">> End of simulation : "+return_date()+"\n\n"; mfprintf(u,tt); if (flag==1) then printf(tt); elseif(flag==2) then ts=sprintf(tt); put_list(ts); end endfunction