Fonction Scilab
eng - fr


put_rpar_block - met à jour les paramètres réels d'un bloc dans une liste Info

Librairie

Séquence d'appel

Info = put_rpar_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_rpar_block(Info,name,vec)
 %cpr=Info(2);
 n=find_num_block(Info,name);
 b=(%cpr.sim("rpptr")(n));
 for i=1:size(vec,1)
  %cpr.sim("rpar")(b+i-1)=vec(i);
 end
 //pause
 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