Create a help text that shows in command window. How to??
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Britney
el 8 de Oct. de 2014
Comentada: Britney
el 8 de Oct. de 2014
Hey guys,
So how to you create a help text for a function so that when you write in the command window help my_function a text comes up describing the file.
0 comentarios
Respuesta aceptada
matt dash
el 8 de Oct. de 2014
You simply place comments at the top of the function. All comments that appear before the first non-comment or empty line are displayed when you type "help ..."
Más respuestas (1)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!