"help" does not work

87 views (last 30 days)
Ravi
Ravi on 4 Nov 2025 at 19:29
Edited: Torsten on 6 Nov 2025 at 2:29
I noticed this in R2025B. "help <myfunction>" just displays two blank lines, not the comments on top of <myfunction.m>. This m-file is in a directory at the beginning of my path.

Answers (1)

Matt J
Matt J on 4 Nov 2025 at 19:46
Possibly help.m is calling a function which you have shadowed. You will probably have to use dbstep to track this, or the equivalent Matlab Editor button:
  23 Comments
Ravi
Ravi ongeveer 3 uur ago
I have reached out to Tech Support. Let's see if they can help.
Torsten
Torsten ongeveer 6 uur ago
Edited: Torsten ongeveer 5 uur ago
If they are successful finding the cause of the problem, please report their solution here to help other MATLAB users with the same problem.

Sign in to comment.

Categories

Find more on Environment and Settings in Help Center and File Exchange

Products


Release

R2025b

Community Treasure Hunt

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

Start Hunting!