Fonction Scilab
eng - fr


put_state_to_state - échange les états discrets de blocs scicos entre deux listes Info

Librairie

Séquence d'appel

Info2 = put_state_to_state(Info1,Info2,n1,n2)

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 Info2=put_state_to_state(Info1,Info2,n1,n2)
 //%cpr=Info(2);
 //n=find_num_block(name);
 //pause
 Info2(2).state("z")(Info2(2).sim("zptr")(n2):Info2(2).sim("zptr")(n2+1)-1)=Info1(2).state("z")(Info1(2).sim("zptr")(n1):Info1(2).sim("zptr")(n1+1)-1);
 //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