Fonction Scilab
eng - fr


wlog_init - écrit le temps inital d'une simulation dans un fichier log

Librairie

Séquence d'appel

wlog_init(u,flag)

Paramètres

Description

Add here a paragraph of the function description. Other paragraph can be added

Add here a paragraph of the function description

Exemple

Add here scilab instructions and comments

Contenu du fichier


//initial simulation data
function wlog_init(u,flag)
  tt=">> Begin new simulation : "+return_date()+"\n";
  mfprintf(u,tt);
  if (flag==1) then
   printf(tt);
  elseif(flag==2) then
    init_ui();
    ts=sprintf(tt);
    put_list(ts);
  end
endfunction

Fonction(s) utilisée(s)

Add here the used function name and references

Auteurs

enter here the author name Add here the author references