How to add blockset demos to the help browser?
조회 수: 1 (최근 30일)
이전 댓글 표시
I'm developing a Simulink blockset, and would like to add demos to the table of contents for the help browser. I can do this with tocitem entries in the helptoc.xml file. However, I'd like to take advantage of Matlab's demo system. I created a demos.xml file, and this works (providing it is outside of the matlabroot branch), but the demos appear at the bottom of the help browser, under the "Other Demos" section.
I'd like these to be in the contents section for my blockset. I see that the blocksets from TMW use a tocreference tag to put the demos.xml demos into their blockset help section, but this doesn't work for me. What am I missing?
댓글 수: 2
Mark
2013년 1월 29일
편집: Mark
2013년 1월 29일
Facing the same problem. It used to be easy to find our examples, but in 2012b it's via
Help > Examples > + > Supplemental Software > Examples
or
? > Supplemental Software > Examples
... so not obvious!
http://www.mathworks.co.uk/help/matlab/matlab_prog/display-custom-examples.html indicates that the examples can only be found via the Supplemental Software tab - which opens up the classic view - i.e. you can't get demos listed in the nice looking new UI.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 View and Analyze Simulation Results에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!