Showing posts with label animation with matlab. Show all posts
Showing posts with label animation with matlab. Show all posts

Saturday, August 10, 2013

A Traveling Wave by Making an Animation in MATLAB

clc %clears the command window<br /> clear %clears variables<br /> %Variables:<br /> %Eo wave amplitude (V/m)<br /> %f frequency (Hz)<br /> %omega angular frequency (rad/s)<br /> %t time snapshot<br /> %c speed of light<br /> %z position<br /> %E Electric...
Read More