res = return_state_block(Info,name)
Add here a paragraph of the function description. Other paragraph can be added
Add here a paragraph of the function description
Add here scilab instructions and comments
function res=return_state_block(Info,name) n=find_num_block(Info,name); res=return_state(Info,n); endfunction