WHICHX

File search within MATLAB search path using wildcards.
2.3K descargas
Actualizado 12 Jan 2006

Sin licencia

Nota del editor: This file was a File Exchange Pick of the Week

WHICHX file search within MATLAB search path using wildcards

The output in command window is linked, so that is possible to start M-Files, open MDL-, FIG-files and other types in editor or GUIDE directly. Please look on the screenshot.

EXAMPLES:
---
WHICHX *.m lists all the M-files in the matlab search paths.

D = WHICHX('*.m') returns the results in an M-by-1
structure with the fields:
name -- filename
date -- modification date
bytes -- number of bytes allocated to the file
isdir -- 1 if name is a directory and 0 if not%
path -- directory

See also DIR, MATLABPATH, CD

Citar como

Elmar Tarajan (2024). WHICHX (https://www.mathworks.com/matlabcentral/fileexchange/9076-whichx), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP3
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre File Operations en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

some small bugs fixed...