Fonction Scilab
eng - fr


wlog_bst - écrit le temps intial d'une simulation itérative dans un fichier log

Librairie

Séquence d'appel

wlog_bst(u,j,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


//Begin Simulation Time
function wlog_bst(u,j,flag)
  //doit faire test pour présence argument 2
  tt=">> Begin iterative simulation "+string(j)+" : "+return_date()+"\n";
  mfprintf(u,tt);
  if (flag==1) then
   printf(tt);
  elseif(flag==2) then
   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