[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Calling a function available in .oct file from .m file
From: |
Mike Miller |
Subject: |
Re: Calling a function available in .oct file from .m file |
Date: |
Tue, 2 Apr 2019 10:29:29 -0700 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Tue, Apr 02, 2019 at 09:59:51 -0500, vivek wrote:
> I have few .m files and .oct files where functions are mapped with file
> names.I am trying to call a function available in .oct file from .m file and
> getting "undefined" error.I have used "addpath", "autoload" and "setenv"
> functions in .m file for including and loading .oct files but no
> success.Could anyone help me in identifying the issue? I am new to octave.I
> am using octave 5.1.0 on centos.
Can you please provide a complete example of what you have tried to do
so far so that we can help you?
What you describe is definitely possible and done in many places in
Octave using 'autoload'.
--
mike
- Calling a function available in .oct file from .m file, vivek, 2019/04/02
- Re: Calling a function available in .oct file from .m file,
Mike Miller <=
- Re: Calling a function available in .oct file from .m file, vivek, 2019/04/02
- Re: Calling a function available in .oct file from .m file, Mike Miller, 2019/04/02
- Re: Calling a function available in .oct file from .m file, vivek, 2019/04/03
- Re: Calling a function available in .oct file from .m file, Mike Miller, 2019/04/03
- Re: Calling a function available in .oct file from .m file, vivek, 2019/04/09
- Re: Calling a function available in .oct file from .m file, vivek, 2019/04/09