help in R2022a

5 visualizzazioni (ultimi 30 giorni)
Rogier Mars
Rogier Mars il 24 Set 2022
Commentato: Walter Roberson il 27 Set 2022
When typing 'help functionname' in R2022a I no longer get all the commented text at the beginning of a function, as I was used to in my older version of Matlab. How can I restore this function? Now I just get 'functionname is a function' and an example 'output = functionname(input)'
  2 Commenti
Walter Roberson
Walter Roberson il 24 Set 2022
What shows up for
which help
Rogier Mars
Rogier Mars il 24 Set 2022
/Applications/MATLAB_R2022a.app/toolbox/matlab/helptools/help.m

Accedi per commentare.

Risposte (1)

Image Analyst
Image Analyst il 24 Set 2022
It should work but I never use it. I use doc instead:
>> doc functionname
doc opens up the help window, unlike help, which has the advantage that there is a lot more information, including a "see also" section at the bottom where you can learn about related functions.
  3 Commenti
Rogier Mars
Rogier Mars il 27 Set 2022
Oh, and interestingly, 'doc' shows the same behavior.
Walter Roberson
Walter Roberson il 27 Set 2022
experiment with
restoredefaultpath; rehash toolboxcache
to see if that temporarily fixes the problem

Accedi per commentare.

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Prodotti


Release

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by