res = return_state(Info,n)
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(Info,n) %cpr=Info(2); res=list(); for i=1:size(n,1) if n(i)<>0 then res(i)=%cpr.state("z")(%cpr.sim("zptr")(n(i)):%cpr.sim("zptr")(n(i)+1)-1); else res(i)=[]; end end endfunction