Fonction Scilab
eng - fr


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

Librairie

Séquence d'appel

res = return_state_block(Info,name)

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 res=return_state_block(Info,name)
  n=find_num_block(Info,name);
  res=return_state(Info,n);
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