Fonction Scilab
eng - fr


put_state_block - met à jour l'état discret des blocs scicos dans une liste Info

Librairie

Séquence d'appel

Info = put_state_block(Info,name,vec)

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


function Info=put_state_block(Info,name,vec)
 %cpr=Info(2);
 n=find_num_block(Info,name);
 b=(%cpr.sim("zptr")(n));
 for i=1:size(vec,1)
  %cpr.state("z")(b+i-1)=vec(i);
 end
 Info(2)=%cpr;
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