Hidden gems in Matlab's toolboxes

The function uisetcolor is very useful, but not easy to find. docsearch color found it at least under over 700 of other matches in R2009a and in 2011b it is found as 22th result when sorted for the relevance. But tricks like docsearch set ui color do not work and if a user has a lot of toolboxes, it is unlikely that he reads the complete documentation to find it by accident.
Do you know more such documented gems, which are hard to find, e.g. due to missing cross links in the "see also" lines? How did you find them?
Undocumented gems, which I did not mean here, are investigated and discussed at http://www.undocumentedmatlab.com/.

1 件のコメント

dpb
dpb 2013 年 8 月 28 日
I had some but lost them and now I can't find them again... :)

サインインしてコメントする。

 採用された回答

Image Analyst
Image Analyst 2013 年 8 月 28 日

1 投票

Well, when I specifically asked the help for hidden gems, it said "No results for hidden gems. Please try again." An interesting tidbit is that if you search for "no results" you get lots of results! Curiously, it even suggests that you search for "no results," but none of the hits it brings back are related to no results (other than having the word no and the word result in there). If you search for gems (not hidden ones), you'll find one in base MATLAB, and one in the Image Processing Toolbox.
Of course Google found lots of hidden gems: Hidden Gems Near The Mathworks

5 件のコメント

Walter Roberson
Walter Roberson 2013 年 8 月 28 日
Heh. I just looked at that list, and the first one on the list was an Italian Restaurant. So when I read the second one as "Resoli And Shoe Repair", I was trying to figure out why anyone would want to open a combination restaurant and shoe repair place. (The word was "Resole" not "Resoli")
Jan
Jan 2013 年 8 月 29 日
What about defining a shift-right-click as DWIM operator? E.g. when the user clicks on a line object, a dialog appears like:
Thanks for clicking on this line. Other users who clicked on this line
wanted to change the value (see moveaxis), change the appearence (see
uisetcolor and the property editor), or add a legend entry (see legend).
If you do not want further actions, please do not click around.
per isakson
per isakson 2013 年 9 月 5 日
編集済み: per isakson 2013 年 9 月 5 日
Select, right-click, Serach for 'DWIM' returns Do What I Mean in the top of the hit-list.
Image Analyst
Image Analyst 2013 年 12 月 13 日
Sean de Wolski
Sean de Wolski 2013 年 12 月 13 日
@IA, it didn't get Minado. Search engine fail.

サインインしてコメントする。

その他の回答 (1 件)

Sean de Wolski
Sean de Wolski 2013 年 12 月 13 日
編集済み: Sean de Wolski 2013 年 12 月 13 日

1 投票

Jan, if you really like uisetcolor, another one which I just learned about is inspect:
figure;
h = uicontrol('Style','pushbutton',...
'Units','normalized',...
'Position',[0.1 0.1 0.3 0.5],...
'String','Push Me!',...
'Callback',[]);
inspect(h)

カテゴリ

ヘルプ センター および File ExchangeLive Scripts and Functions についてさらに検索

質問済み:

Jan
2013 年 8 月 28 日

編集済み:

2013 年 12 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by