whats

バージョン 1.0.0.0 (2.71 KB) 作成者: Matt Fig
Duplicates the output of Matlab function WHAT, with clickable links.
ダウンロード: 3.1K
更新 2008/7/16

ライセンスの表示

編集メモ: This file was selected as the MATLAB Central Pick of the Week

When called without an argument from the command line, WHATS lists the M-Files, MAT-Files and FIG-Files in the current directory as click-able links. Clicking on an M-File name opens the M-File for editing. Clicking on a MAT-File name loads the data stored in the MAT-File. Clicking on a FIG-File opens the figure. A different directory path (other than the current directory) can also be passed to WHATS as an argument, causing WHATS to list the files in that directory, and allowing the user to open or load the respective files. See the screen-shot for an example that shows the difference between WHAT and WHATS. I put this in my path so I can call it from anywhere.

Tested on 6.5, 2006a, 2007a

Please email me about bugs or other concerns. Thanks.

引用

Matt Fig (2024). whats (https://www.mathworks.com/matlabcentral/fileexchange/20615-whats), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2007a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFile Operations についてさらに検索
謝辞

ヒントを与えたファイル: whats, updated for live scripts, mfiles/matfiles/figfiles

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Address reviewers requests/bug reports.