I cannot get my userdefined m-function help by the ‘help ___ ’ command in Command window
1 view (last 30 days)
Show older comments
I cannot get my userdefined m-function help by the ‘help xxx ’ command in Command window.
As the Official Help Document show (figure1 below),I copy the m-function addme and save the file to my workdir.
However, when type 'help addme' in Command window , I only get the result as 'addme is a function'(figure 2 below).
As show in figure 3 , the help report result of my workdir shows that there is no help in my code.
How can I get my my userdefined m-function help ?
- figure1 Official Help Document
- figure2 my code
- figure3 help report
0 Comments
Answers (1)
Swaraj
on 4 Apr 2023
I tried running it and it worked correctly.
I got the above output.
I suggest you try it out once again. It should work in the intended way.
See Also
Categories
Find more on MATLAB Report Generator in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!