Plotting multi-dimensional arrays

Hi guys, I am trying to create an animated plot of air gap mmf inside a motor. I have successfully created stationary graphs of the mmf (flux against angle position). But for animated plot, I been having problems and do not know where to start. My purpose is to show people how mmf changes in time. So I have 3 arrays: Flux, angle position and time. This is the part of my code where I want to put the time array in and plot the multi-dimensional arrays.
for j = 0:999
t = 0.04 / 1000 *j;
iA = 20 * sqrt(2)*cos(2*pi*50*t);
stator_mmf_a = stator_a(i)*iA;

Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Asked:

on 6 Apr 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!