From charlesreid1

Sine_waves.png(560 × 375 pixels, file size: 11 KB, MIME type: image/png)

File was generated in Matlab.

x=linspace(0,1,100);
N=5;

for n=1:N
    y=sin(n*pi*x);
    p=plot(x,y);
    set(p,'LineWidth',2);
    set(p,'Color',[0.5-(0.5*n/N), n/N, 1-(0.5*n/N)]);
    xlim([0 1])
    ylim([-1.2 1.2])
    text(0.14*n,sin(n*pi*0.14*n),['\leftarrow sin(',num2str(n),'\pi x)'])
    hold on;
end

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current23:30, 23 October 2010Thumbnail for version as of 23:30, 23 October 2010560 × 375 (11 KB)Admin (talk | contribs)

The following page uses this file: