AnonymousEng

xc.m

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