% This set of functions were developed to supplement the book % Mastering MATLAB 5 A Comprehensive Tutorial and Reference % by Duane Hanselman and Bruce Littlefield % (Prentice Hall, 1998, ISBN 0-13-858366-8, International ISBN 0-13-908179-8) % % Mastering MATLAB Web Site: http://www.eece.maine.edu/mm % E-mail address: mm@eece.maine.edu % % These MATLAB functions are the property of the above authors. They are not % a product of The MathWorks, Inc. and The MathWorks assumes no responsibility % for any errors that may exist in these functions. % % While a reasonable effort has been made to create error-free functions, % the authors of these functions assume no responsibility for any errors % that may exist in these functions. Moreover, the authors do not accept % any liability for errors that may result from the use of these functions. % % _________________________________________________________________________ % % Last minute modifications and additions for v5.0: % % 2/4/98 mmdir new function: enhanced mmcd % % Changes for v5.0.1 of the Mastering MATLAB Toolbox: % % 3/19/98 mmprobe bugs in keypress functions fixed % 4/19/98 fstable bug in full waveform fixed % 4/21/98 mmload revised to add support for NaN and Inf values % 4/21/98 mmdoc display MM5 HTML documentation in a web browser % 5/8/98 mmquant bug fixed % 7/30/98 mmfsolve bug fixed % 9/22/98 mmbrowse findall bug fixed % 9/22/98 mmsaxes findall bug fixed % 11/13/98 mmsline findall bug fixed % 11/13/98 mmsmap findall bug fixed % 11/13/98 mmssurf findall bug fixed