AnonymousEng

xl.m

Jan 14th, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.05 KB | None | 0 0
  1. function XL = xl(l)
  2.     global w
  3.     XL = w*l;
  4. end
Advertisement
Add Comment
Please, Sign In to add comment