Construcción de nombres de archivos
Componentes de rutas completas, incluidas carpetas, extensiones y separadores
Funciones
fileparts | Obtener partes del nombre de un archivo |
fullfile | Crear un nombre completo de archivo desde las partes |
filemarker | Character to separate file name from local or nested function name |
filesep | File separator for current platform |
matlabroot | MATLAB root folder |
matlabdrive | Root folder of MATLAB Drive |
toolboxdir | Root folder for specified toolbox |
Temas
- Specify File Names
Construct valid path and file names including absolute and relative paths.
- Create Temporary Files
Use the
tempdir
function to return the name of the folder designated to hold temporary files on your system.