octave-maintainers
[Top][All Lists]
Advanced

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

Re: how can I display the doc message from a command?


From: Andrea Latina
Subject: Re: how can I display the doc message from a command?
Date: Wed, 13 Sep 2006 12:32:07 +0200

from a command defined by

DEFUN_DLD or DEFUN (or DEFCMD, ..)

how can I display its own doc message?

Finally I've done like this:

 if (args.length()==0)
   feval("help", octave_value("CommandName"), 0);

is this the best way or I can avoid to call feval??

Cheers,
Andrea


reply via email to

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