
I cannot get my userdefined m-function help by the ‘help ___ ’ command in Command window
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Swaraj
il 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.
Vedere anche
Categorie
Scopri di più su Historical Contests in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!