| MATLAB Function Reference | Search  Help Desk |
| delete | See Also |
Delete files and graphics objects
delete filename
delete(h)
delete filename
deletes the named file. Wildcards may be used.
delete(h)
deletes the graphics object with handle h. The function deletes the object without requesting verification even if the object is a window.
Use the functional form of delete, such as delete('filename'), when the filename is stored in a string.
! Operating system command
dir Directory listing
type List file