% MATLAB_TOOLS: a collection of small tools for use in MATLAB % % Files % gipper - zip selected files and subdirectories (gipper = grep + zip) % hprintf - fprintf with hypertext links not highlighted in the command window. % pagerankdemo - draw a 6-node web and compute its pagerank % % Directories: % shellgui draw a pretty seashell % waitmex use a waitbar in a C mexFunction % GEE Gaussian Elimination Example % spok "SParse OK": check if a sparse matrix is valid % find_components find connected components in an image % % Examples: % gipper % add all files in current directory X to X.zip % hprintf (format, arg1, ...) % fprint with links not highlighted % pagerankdemo % run the pagerank demo % shellgui % draw a pretty seashell % waitmex % example mexFunction that creates a waitbar % find_commponents_example % % Copyright 2008, Tim Davis, University of Florida