MATLAB Functions Help Desk

delete

Purpose

Delete files and graphics objects

Syntax

Description

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.

See Also

!           Operating system command

dir         Directory listing

type        List file



[ Previous | Help Desk | Next ]