1 |
% handy-dandy matlab utilities |
---|
2 |
% last update 2 Jan 2003 |
---|
3 |
% |
---|
4 |
% util - handy-dandy matlab utilities |
---|
5 |
% |
---|
6 |
% Contents.m |
---|
7 |
% MakeContents.m - make a contents file |
---|
8 |
% again.m - button for "do it again" |
---|
9 |
% calls.m - lists M-files, functions called by function |
---|
10 |
% cdd.m - change directory function |
---|
11 |
% describe.m - explanation of item |
---|
12 |
% dirinfo.m - information about current directory, recursive |
---|
13 |
% f77toM.pl |
---|
14 |
% fcopy.m - duplicate a file |
---|
15 |
% findfiles.m - searches in the current directory and/or |
---|
16 |
% subdirectories |
---|
17 |
% findstrcell.m - find for string cells |
---|
18 |
% fmap.m - a deal function for functions |
---|
19 |
% fpeval.m - full path FEVAL |
---|
20 |
% hdrload.m - reads in a file with a header |
---|
21 |
% isdir.m |
---|
22 |
% isint.m |
---|
23 |
% isobj.m |
---|
24 |
% isodd.m |
---|
25 |
% isvector.m |
---|
26 |
% keep.m - inverse of clear, "keeps" variables, clears the rest |
---|
27 |
% latexmat.m - generate LaTeX code for a matrix |
---|
28 |
% loadZ.m - loads compressed files |
---|
29 |
% loadfile.m - basically adds uigetfile and load together |
---|
30 |
% loadname.m - loads file into variable name based on filename |
---|
31 |
% loadsafe.m - loads file (safe for empty lines) |
---|
32 |
% locate.m - filefinder, with wildcard support |
---|
33 |
% mkcontnt.m - make contents file |
---|
34 |
% path2cell.m - convert search path to cell array |
---|
35 |
% printm.m - print postscript with signature |
---|
36 |
% printfile.m - create a dialog box to print figures to files |
---|
37 |
% screensizecheck |
---|
38 |
% setdef.m - sets default directory |
---|
39 |
% setdir.m - dialog for setting directory |
---|
40 |
% suspend.m - gui-box to suspend |
---|
41 |
% timestamp.m - create a timestamp for your plot |
---|
42 |
% uidelete.m - gui-box to hand-delete (not for the faint of heart) |
---|
43 |
% uigetfiles.m - multiple file open dialog box |
---|
44 |
% uigetfolder.m - gets directory |
---|
45 |
% undoc.m - display undocumented properties |
---|
46 |
% verbatim.m - prints LaTeX verbatim |
---|
47 |
% wilddir.m - creates a list of files padded with trailing blanks |
---|
48 |
% matching search criteria |
---|
49 |
% |
---|
50 |
|
---|