% This set of functions were developed to supplement the book % Mastering MATLAB by Duane Hanselman and Bruce Littlefield % (Prentice Hall, 1996) % % Mastering MATLAB Toolbox Readme File % % by: Duane Hanselman and Bruce Littlefield % University of Maine % 5708 Barrows Hall % Orono, ME 04469 % mm@eece.maine.edu % % These M-files are User Contributed Routines that are being redistributed % by The Mathworks, upon request, on an "as is" basis. A User Contributed % Routine is not a product of The Mathworks, Inc. and The Mathworks assumes % no responsibility for any errors that may exist in these routines. % % While a reasonable effort has been made to create error-free M-files, % the authors of these User Contributed Routines assume no responsibility % for any errors that may exist in these routines. Moreover, the authors % do not accept any liability for errors that may result from the use of % these routines. % % These routines may be freely copied or modified provided the authors are % acknowledged. Copied or modified routines may not be sold in any way or % form without the written consent of the authors. % _________________________________________________________________________ % % Last minute modifications and additions: % % mmtext - bug fix on incorrect object selection 6/22/95 % mmfill - new output parameter options added 6/23/95 % mmfont - M-file added 6/27/95 (font properties of text objects) % mmaxes - new parameter names and values for fonts added 6/27/95 % mmbox - M-file added 8/21/95 (RBBOX and CurrentPoint illustration) % mmtable - M-file added 8/21/95 (faster version of INTERP1 and TABLE1) % mmfind - M-file added 8/24/95 (vector version of find(A==B)) % mmhole - M-file added 9/26/95 (place hole in 3D data, see page 249)