Scilab Function
eng - fr


return_state_block - return the discrete state of a scicos block

Library

Calling Sequence

res = return_state_block(Info,name)

Parameters

File content


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

Authors

IRCOM Group Alan Layec