WHICHX

バージョン 1.0.0.0 (1.24 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 Center および MATLAB AnswersFile 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...