Linking to a specific (non-function's) documentation page programmatically

℡╲_俬逩灬. 提交于 2019-12-02 03:55:32

Open the page in question in the documentation browser, right-click anywhere on the page and choose "Get Page Address". This opens a dialog with the location of the doc page both locally and a URL to the online webpage.

You can see how the local command given is just a direct call to the HTML file to be displayed in the embedded help browser.

So take queue from MathWorks and just do the same thing by programmatically calling this from your program:

>> web(fullfile(docroot, 'curvefit/evaluating-goodness-of-fit.html'))
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!