Fonction Scilab
fr - eng


return_state_block - retourne l'état discret d'un bloc scicos

Librairie

Séquence d'appel

res = return_state_block(Info,name)

Paramètres

Contenu du fichier


function res=return_state_block(Info,name)
  n=find_num_block(Info,name);
  res=return_state(Info,n);
endfunction

Auteurs

IRCOM Group Alan Layec