Guest User

Untitled

a guest
Sep 14th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. add_block('simulink/Sources/Step', 'test/Step1');
  2. add_block('simulink/Sinks/Scope', 'test/Scope1');
  3. add_line('test', 'Step1/1', 'Scope1/1');
  4.  
  5. set_param('test/Step1', 'position', [0 0 30 32]);
  6. set_param('test/Scope1', 'position', [80 0 110 32]);
Add Comment
Please, Sign In to add comment