help in R2022a

5 次查看(过去 30 天)
Rogier Mars
Rogier Mars 2022-9-24
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 个评论
Rogier Mars
Rogier Mars 2022-9-24
/Applications/MATLAB_R2022a.app/toolbox/matlab/helptools/help.m

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2022-9-24
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 个评论
Rogier Mars
Rogier Mars 2022-9-27
Oh, and interestingly, 'doc' shows the same behavior.
Walter Roberson
Walter Roberson 2022-9-27
experiment with
restoredefaultpath; rehash toolboxcache
to see if that temporarily fixes the problem

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by