How to draw sine wave in Matlab 7.0 Posted on May 31, 2012May 29, 2015 by coder Coding for sine wave in Matlab t=0:0.001:1; y=sin(2*5*pi*t) plot(t,y) Sine wave