% handy-dandy matlab utilities % last update 2 Jan 2003 % % util - handy-dandy matlab utilities % % Contents.m % MakeContents.m - make a contents file % again.m - button for "do it again" % calls.m - lists M-files, functions called by function % cdd.m - change directory function % describe.m - explanation of item % dirinfo.m - information about current directory, recursive % f77toM.pl % fcopy.m - duplicate a file % findfiles.m - searches in the current directory and/or % subdirectories % findstrcell.m - find for string cells % fmap.m - a deal function for functions % fpeval.m - full path FEVAL % hdrload.m - reads in a file with a header % isdir.m % isint.m % isobj.m % isodd.m % isvector.m % keep.m - inverse of clear, "keeps" variables, clears the rest % latexmat.m - generate LaTeX code for a matrix % loadZ.m - loads compressed files % loadfile.m - basically adds uigetfile and load together % loadname.m - loads file into variable name based on filename % loadsafe.m - loads file (safe for empty lines) % locate.m - filefinder, with wildcard support % mkcontnt.m - make contents file % path2cell.m - convert search path to cell array % printm.m - print postscript with signature % printfile.m - create a dialog box to print figures to files % screensizecheck % setdef.m - sets default directory % setdir.m - dialog for setting directory % suspend.m - gui-box to suspend % timestamp.m - create a timestamp for your plot % uidelete.m - gui-box to hand-delete (not for the faint of heart) % uigetfiles.m - multiple file open dialog box % uigetfolder.m - gets directory % undoc.m - display undocumented properties % verbatim.m - prints LaTeX verbatim % wilddir.m - creates a list of files padded with trailing blanks % matching search criteria %