MATLAB Function Reference |
Unique name for temporary file
Syntax
Description
tmp_nam = tempname
returns a unique string, tmp_nam
, suitable for use as a temporary filename.
Note
The filename that tempname generates is not guaranteed to be unique; however, it is likely to be so.
|
See Opening Temporary Files and Directories for more information.
See Also
tempdir | tetramesh |
© 1994-2005 The MathWorks, Inc.