Monday, May 04, 2009

Matlab: search via command line

lookfor Search all M-files for keyword.

docsearch Search HTML documentation in the Help browser.



Original post here.

Q:
Is there a general command in command window to display all conversion functions used in matlab, i.e. num2str, int2str, setstr, hex2num, ... etc?

A:
lookfor convert;
docsearch convert;
docsearch conversion;

No comments: