• PASS - y = sine(); threw
  • PASS - y = sine(n); threw
  • PASS - y = sine(n,f,phi,A,x0,dummy); threw
  • PASS - y = sine([double],f); threw
  • PASS - y = sine(n,[complex]); threw
  • PASS - y = sine(0,f); threw
  • PASS - sine(10, .3)
  • PASS - y = sine(n,f,[complex]); threw
  • PASS - sine(10, .3, .4)
  • PASS - y = sine(n,f,phi,[complex]); threw
  • PASS - sine(10, .3, .4, .5)
  • PASS - y = sine(n,f,phi,A,[complex]); threw
  • PASS - sine(10, .3, .4, .5, .6)
  • PASS - y = cosine(); threw
  • PASS - y = cosine(n); threw
  • PASS - y = cosine(n,f,phi,A,x0,dummy); threw
  • PASS - y = cosine([double],f); threw
  • PASS - y = cosine(n,[complex]); threw
  • PASS - y = cosine(0,f); threw
  • PASS - cosine(10, .3)
  • PASS - y = cosine(n,f,[complex]); threw
  • PASS - cosine(10, .3, .4)
  • PASS - y = cosine(n,f,phi,[complex]); threw
  • PASS - cosine(10, .3, .4, .5)
  • PASS - y = cosine(n,f,phi,A,[complex]); threw
  • PASS - cosine(10, .3, .4, .5, .6)
  • PASS - y = square(); threw
  • PASS - y = square(n); threw
  • PASS - y = square(n,f,phi,A,x0,dummy); threw
  • PASS - y = square([double],f); threw
  • PASS - y = square(n,[complex]); threw
  • PASS - y = square(0,f); threw
  • PASS - square(10, .3)
  • PASS - y = square(n,f,[complex]); threw
  • PASS - square(10, .3, .4)
  • PASS - y = square(n,f,phi,[complex]); threw
  • PASS - square(10, .3, .4, .5)
  • PASS - y = square(n,f,phi,A,[complex]); threw
  • PASS - square(10, .3, .4, .5, .6)
  • PASS - y = sawtooth(); threw
  • PASS - y = sawtooth(n); threw
  • PASS - y = sawtooth(n,f,phi,A,x0,dummy); threw
  • PASS - y = sawtooth([double],f); threw
  • PASS - y = sawtooth(n,[complex]); threw
  • PASS - y = sawtooth(0,f); threw
  • PASS - sawtooth(10, .3)
  • PASS - y = sawtooth(n,f,[complex]); threw
  • PASS - sawtooth(10, .3, .4)
  • PASS - y = sawtooth(n,f,phi,[complex]); threw
  • PASS - sawtooth(10, .3, .4, .5)
  • PASS - y = sawtooth(n,f,phi,A,[complex]); threw
  • PASS - sawtooth(10, .3, .4, .5, .6)
  • PASS - y = triangle(); threw
  • PASS - y = triangle(n); threw
  • PASS - y = triangle(n,f,phi,A,x0,dummy); threw
  • PASS - y = triangle([double],f); threw
  • PASS - y = triangle(n,[complex]); threw
  • PASS - y = triangle(0,f); threw
  • PASS - triangle(10, .3)
  • PASS - y = triangle(n,f,[complex]); threw
  • PASS - triangle(10, .3, .4)
  • PASS - y = triangle(n,f,phi,[complex]); threw
  • PASS - triangle(10, .3, .4, .5)
  • PASS - y = triangle(n,f,phi,A,[complex]); threw
  • PASS - triangle(10, .3, .4, .5, .6)