WHICHX

File search within MATLAB search path using wildcards.
2,3K téléchargements
Mise à jour 12 jan. 2006

Aucune licence

Note de l’éditeur : 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

Citation pour cette source

Elmar Tarajan (2026). WHICHX (https://fr.mathworks.com/matlabcentral/fileexchange/9076-whichx), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP3
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur File Operations dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.0.0.0

some small bugs fixed...