Wild WHICH
Version 1.0.0.0 (1.67 KB) by
Lucio Cetto
Same as 'which' but with the option of use wild cards. Faster than 'lookfor'
Editor's Note: This file was selected as MATLAB Central Pick of the Week
WWHICH Locates m-files using wildcards
Works exactly as WHICH, but you can use wild cards.
The output is a cell whenever 2 or more matches are found or if the flag '-all' was used.
Note: a function may be shawdowed, use the flag -all to locate them.
examples:
wwhich *ver* -all
W=wwhich('*ver')
See WHICH for more info
Cite As
Lucio Cetto (2024). Wild WHICH (https://www.mathworks.com/matlabcentral/fileexchange/1266-wild-which), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R12.1
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Colormaps in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |