[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Getting the help message of a class method ?
From: |
Julien Bect |
Subject: |
Getting the help message of a class method ? |
Date: |
Wed, 20 Feb 2013 14:21:24 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 |
Hello all,
How can I get the help message of a class method ?
Assume that I have a class ClassName with a method dudule() in
@ClassName/dudule.m.
In Matlab, the following syntaxes are possible :
help dudule % gets me what I want if dudule is not an overloaded method
help ClassName/dudule
help ClassName.dudule
help @ClassName/dudule
but none of them actually works in Octave.
Julien
- Getting the help message of a class method ?,
Julien Bect <=