WHICHX

版本 1.0.0.0 (1.2 KB) 作者: Elmar Tarajan
File search within MATLAB search path using wildcards.
2.3K 次下载
更新时间 2006/1/12

无许可证

编者注: 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

引用格式

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

MATLAB 版本兼容性
创建方式 R14SP3
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 File Operations 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

some small bugs fixed...