Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function out = foo()
  2. % helpful information about foo
  3. end
  4.  
  5. x = 3; % m ... position
  6. help x
  7.  
  8. x.value = 3;
  9. x.description = 'm/s ... position';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement