Link to MATLAB documentation

In the MATLAB documentation, the "random" function is explained here https://nl.mathworks.com/help/stats/prob.normaldistribution.random.html?s_tid=doc_ta#f1131670_sep_shared-name I want to access this page from the command prompt in MATLAB. I type "doc random", or "doc random numbers", or "doc random random numbers" but none of these bring me to the page the link I pasted brings. How do I access directly to this page from the command prompt in MATLAB? When I open the page online, is there a way to figure out the exact adress of a specific documentation page so that I can paste it in the command prompt to open it?

1 comentario

dpb
dpb el 24 de Feb. de 2019
doc random here gives the local copy of the installed page from the Statistics TB for the installation. Local documentation doesn't necessarily match the website that always links by default to the last release.
I don't know what else it could do.

Iniciar sesión para comentar.

 Respuesta aceptada

Rik
Rik el 24 de Feb. de 2019

0 votos

If you type this
doc prob.normaldistribution.random
at least you will get to the correct doc page. You'll have to scroll (or use the sidebar link) to get to the names section.
My guess is that you should look for the name of the html file that contains the doc page.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 24 de Feb. de 2019

Comentada:

dpb
el 24 de Feb. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by