home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.ee.pdx.edu
/
2014.02.ftp.ee.pdx.edu.tar
/
ftp.ee.pdx.edu
/
pub
/
users
/
gerry
/
nmm
/
mfiles
/
nmm102.hqx
/
nmm
/
revisionHistory.m
< prev
next >
Wrap
Text File
|
2000-11-04
|
1KB
|
35 lines
function revisionHistory
% revisionHistory Documents updates to NMM Toolbox
fprintf('\n\tEnter:\n\n\t\ttype revisionHistory\n');
fprintf('\n\tat the command prompt to display the revision history\n');
% Version 1.02 released 04-Nov-2000
% Changes:
%
% o demoNewtonSys.m -- updated to be consistent with textbook
% o demoSSub.m -- updated to be consistent with textbook
% o GEPivShow -- updated to be consistent with textbook
% o install.m -- minor corrections
% o JFresevoir -- added this file, was missing in earlier version
% o lineTest.m -- updated with current syntax for linefit
% o makeHTMLindex.m -- m-files and data files with short names are now included
% o mycon.m -- fixed spelling of "Avogadro"
% o nmmCheck.m -- contents.m files are not counted
% o NMMfiles.html -- generated with latest version of makeHTMLindex.m
% o pathdef.m -- added instructions for use by system administrator
% o plotData.m -- replaced call to obselete loadFile function
% o splint, splineFE, splintFull -- Changed "beta" to "bbeta" to avoid
% name clash with built-in beta function
%
% o removed some extraneous m-files
%
% Version 1.01 released 17-Oct-2000
% Changes made to following m-files:
%
% halfDiff -- Reduced digits displayed for delta
% brackPlot -- Changed ylabel string so that brackPlot now works with
% in-line function objects
%
% Version 1.0 released 21-Aug-2000