Path: Common/GUIs
%% GUI to find occurrences of a text string in m-files on your MATLAB path. Search the whole path or a selected directory. Choose case sensitivity and whether or not to include comments. This GUI enables you to find usage of a function or variable, or to search for keywords across functions in your toolboxes. -------------------------------------------------------------------------- Form: x = Finder(action, modifier) -------------------------------------------------------------------------- ------ Inputs ------ action (1,:) Action to be taken by the gui (used only for callbacks) modifier (1,:) Modifier to the action ------- Outputs ------- x --------------------------------------------------------------------------
Common: CommonData/xSplashSmall Common: FileUtils/FindInFiles Common: FileUtils/PathDirectories Common: General/CloseFigure
Back to the Common Module page