help-octave
[Top][All Lists]
Advanced

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

Re: Simple question about control package


From: Alexander Barth
Subject: Re: Simple question about control package
Date: Wed, 20 Mar 2013 14:53:40 +0100

Dear Matthew

Directories starting with @ represent classes. To use the methods inside the @-directory you have to first instantiate the class:

obj = lti(some parameters ... );

Then you can call the method:

feedback(lti, other parameters, ...)

Have a look here:
http://www.gnu.org/software/octave/doc/interpreter/Object-Oriented-Programming.html#Object-Oriented-Programming

Cheers,
Alex


On Tue, Mar 5, 2013 at 10:27 PM, Reich, Matthew <address@hidden> wrote:

Hello,

 

The control package contains functions of the form address@hidden/<fn name>’; for example @lti/feedback.  After installing and loading the control package, functions without the address@hidden prefix are in the execution path.  However, address@hidden functions are not.  At the command line ‘help @lti/feedback’ returns the expected help, but, consistent with syntax, address@hidden/feedback’ does not name the function.

 

How can functions that begin with address@hidden , or  other ‘@<name> functions be accessed?

 

Thank you,

 

 

Matthew Reich

Hardware Engineer

Noyes Test and Inspection Division
Description: Description: AFL
address@hidden

TEL: 978.455.9204

FAX: 978.455.9237
www.AFLglobal.com

 


_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave



reply via email to

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