How do I expose the code in a function .m file within Live Editor
Ältere Kommentare anzeigen
I have placed a wrapper around my call to a function .m file. This allows me to at least document a call to a function. I want to make a Live Editor file that I can use as documentation for the function. If I can see the function code I then hope to do all the cool annotation for the function code, not the wrapper script.
Antworten (1)
Sean de Wolski
am 13 Okt. 2017
0 Stimmen
Use dbtype
This also allows you to specify which lines in a function to show (skip error checking, etc).
1 Kommentar
Eugene Davis
am 13 Okt. 2017
Kategorien
Mehr zu Desktop finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!