MATLAB
jdong > Matlab
MATLAB Cheetsheet
| File Operations | |
|---|---|
| cmd | description |
cd | Change current folder |
copyfile | Copy file or folder |
delete | Remove files or graphics objects |
dir | Folder listing |
fileattrib | Set or get attributes of file or folder |
filebrowser | Open Current Folder browser, or select if if already open |
isdir | Determine whether input is folder |
lookfor | Search for keyword in all help entries |
ls | folder contents |
matlabroot | Root folder |
mkdir | Make new folder |
movefile | Move file or folder |
pwd | Identify current folder |
recycle | Set option to move deleted files to recycle folder |
rmdir | Remove folder |
tempdir | Name of system's temporary folder |
toolboxdir | Root folder for specified toolbox |
type | Display contents of file |
visdiff | Compare two text files, MAT-Files, binary files, or folders |