이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
STYLEGUIDE by itself opens the MATLAB Programming Style Guide Wiki in the MATLAB web browser.
STYLEGUIDE SEARCHTERM1 SEARCHTERM2 SEARCHTERM3 ... searches the style guide wiki for any number of provided search terms and opens the search results page in the MATLAB web browser.
STYLEGUIDE uses similar syntax to the WEB function with the exception that it does not expect a URL. Rather, any number of search terms may be used. All other inputs and outputs for WEB work for STYLEGUIDE, e.g. [STAT, BROWSER, URL] = STYLEGUIDE(SEARCHTERM,'-NOTOOLBAR','-NEW').
Examples:
styleguide naming conventions
searches the style guide for "naming+conventions."
styleguide -browser
opens the style guide in the system web browser
[stat,h] = styleguide;
opens the style guide. Use close(h) to close the browser window.
The content is primarily from Richard Johnson's "MATLAB Programming Style Guidelines" (used with permission). Richard has since published a 2.0 version.
인용 양식
Sky Sartorius (2026). MATLAB Style Guide Wiki access and search function (https://kr.mathworks.com/matlabcentral/fileexchange/40795-matlab-style-guide-wiki-access-and-search-function), MATLAB Central File Exchange. 검색 날짜: .
