uhelp

버전 1.0.0.0 (188 KB) 작성자: paul koch
display a function's HELP or a CELL array in text window
다운로드 수: 849
업데이트 날짜: 2010/3/5

라이선스 보기

uhelp: display a function's HELP or a CELL array in text window.
uhelp might be useful as a helper function for guis/toolboxes
••••••••••••••••••••••••••••••••••••••••••••••
FEATURES:
•HTML-style to display text (words in uppercase and the name of the function within the text appear highlighted
•use mouse wheel to scroll up/down the text
•use mouse wheel + control button to change the fontsize
•change fontstyle and backgroundcolor
•set window to 'always on top' mode ([aot.m] required from matlab file exchange)
•multiple window mode possible
•save fontstyle/color/windowsize parameter within this function for the next call

SYNTAX: uhelp(function) ;%one window mode
uhelp(cell)
uhelp(function,1) ;%multiple windows mode
uhelp(cell,1)

DESCRIPTION:
uhelp('regexprep'); %replace window mode (default)
uhelp('regexprep',1) ;%multiple windows mode
[mousewheel up/down]: scroll text
[control]+ [mousewheel up/down]: decrease/increase fontsize
[arrow left]/[arrow right]: decrease/increase fontsize

checkbox : to set window as 'always on top'
contextmenu :
[font] -> choose font-size/weight/style from menu
[backgroundcolor]
[saveconfig]-> save following parameter in THIS matlab-
function: - font-size/weight/style
- used 'always on top' mode
- figure position
[copy selection]-> copy selection to clipboard
[evaluate selection]-> ..
help : opens another textwindow (replace window mode) to depict help

EXAMPLES:
uhelp uhelp
uhelp('fft')

NOTE: the following file is required
FINDOBJ by Yair Altman -->
http://www.mathworks.com/matlabcentral/fileexchange/14317-findjobj-find-java-handles-of-matlab-graphic-objects

optional: to set window to 'allways on top' download AOT -->
http://www.mathworks.com/matlabcentral/fileexchange/20694-aot
--------------------------------------------------
paul koch,BNIC Berlin 2010

인용 양식

paul koch (2024). uhelp (https://www.mathworks.com/matlabcentral/fileexchange/26857-uhelp), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Text Files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0