Slide Show using Matlab

Posted by Admin On Thursday, February 14, 2013 0 comments




figure
n=1;

while n<=12
    membrane(n);
    shading interp;
    title(['Eigenfunction # ', num2str(n)]);
    colormap(spring);
    pause(1.0);
    n=n+1;
end

0 comments:

Post a Comment