help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to get docstring of a function ?


From: Pablo Winant
Subject: How to get docstring of a function ?
Date: Mon, 10 May 2010 19:17:51 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

Hello,

I would like to programmatically read the docstring of a .m function, as in :

s = help('randn')
... then process s

This works in Matlab, but in octave it triggers an interactive viewer which I don't want (I try to control Octave remotely).

Is there another command/procedure for it ?

Best,

Pablo


reply via email to

[Prev in Thread] Current Thread [Next in Thread]