No BSD License  

Highlights from
Numerical Methods for Physics

from Numerical Methods for Physics by Alejandro Garcia
Companion Software

dsmcne_p.m
clear;  %%% Plot data from dsmcne.f %%%
load xcell.dat;  load ave_n.dat;  load ave_u.dat;  load ave_T.dat;
plot(xcell,ave_n); xlabel('position'); ylabel('Number density');
pause;
plot(xcell,ave_u); xlabel('position'); ylabel('Velocities');
pause;
plot(xcell,ave_T); xlabel('position'); ylabel('Temperature');
pause;

Contact us at files@mathworks.com