How to include functions in Matlab Notebook?
Mostrar comentarios más antiguos
I suspect there's an obvious answer to this, but if I want to include function definitions in a Matlab Notebook (so the documentation is in Word) how do I do that? Perhaps someone can point me to the spot I've missed in the Matlab documents. Thanks.
Respuestas (3)
Image Analyst
el 27 de Nov. de 2012
0 votos
You mean like the "Publish" functionality? In R2012b there is a "Publish" tab if you're in the editor window. Publish existed in earlier versions too - look it up in your help.
1 comentario
Richard Startz
el 27 de Nov. de 2012
Sean de Wolski
el 27 de Nov. de 2012
Hi Richard,
I don't believe it is possible to include a function definition in a notebook (though not positive).
What you could do as a workaround is have the function defined in MATLAB and then call
type foo
To have the contents of the function printed.
@IA, Here is some more info on Notebooks. I hadn't learned about them until recently either...
They're pretty cool actually; it's a way that you can evaluate code in Word and have the results printed right it your word doc.
cheng chen
el 14 de Mzo. de 2017
0 votos
your matlab "current directory" must include the function what you difined.
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!