Scilab Function
eng - fr


put_rpar_block - update real parameters of block in an Info list

Library

Calling Sequence

Info = put_rpar_block(Info,name,vec)

Parameters

Description

Add here a paragraph of the function description. Other paragraph can be added

Add here a paragraph of the function description

Example

Add here scilab instructions and comments

File content


function Info=put_rpar_block(Info,name,vec)
 %cpr=Info(2);
 n=find_num_block(Info,name);
 b=(%cpr.sim("rpptr")(n));
 for i=1:size(vec,1)
  %cpr.sim("rpar")(b+i-1)=vec(i);
 end
 //pause
 Info(2)=%cpr;
endfunction

Used function(s)

Add here the used function name and references

See Also

Authors

enter here the author name Add here the author references

Bibliography

Add here the function bibliography if any