No BSD License  

Highlights from
Numerical Methods for Physics

from Numerical Methods for Physics by Alejandro Garcia
Companion Software

deriv_p.m
clear;  %%% Plot data from deriv.f %%%
load hplot.dat; load derivR.dat; load derivC.dat; load derivT.dat;
semilogx(hplot,derivR,'+',hplot,derivC,'o',...
                                  hplot,derivT,'-')
xlabel('Interval size (h)')
ylabel('First derivative')
title('Right +; Centered o; True -')

Contact us at files@mathworks.com