Info = put_state_block(Info,name,vec)
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 Info=put_state_block(Info,name,vec) %cpr=Info(2); n=find_num_block(Info,name); b=(%cpr.sim("zptr")(n)); for i=1:size(vec,1) %cpr.state("z")(b+i-1)=vec(i); end Info(2)=%cpr; endfunction