next Plotting in Matlab
up Assignment 1
previous Warming up


Basic operations in Matlab

  1. Matlab as a calculator
    pi*pi -10
    sin(pi/4)
    ans^2    %what value does and hold?
    who %what do you get?
    x=4
    who %and now?
    zz=3+4i
    conj(zz)
    abs(zz)
    angle(zz)
    real(zz)
    imag(zz) %what do conj, abs, angle. real represent?
    

next Plotting in Matlab
up Assignment 1
previous Warming up

``First assignment'' by Stefania Serafin, Music 320 labs.
Download PDF version (assign1.pdf)
Download compressed PostScript version (assign1.ps.gz)
Visit the book containing this material.

Copyright © 2001-10-17 by Stefania Serafin.
Please email errata, comments, and suggestions to Stefania Serafin<serafin@ccrma.stanford.edu>
Center for Computer Research in Music and Acoustics (CCRMA),   Stanford University