can oct file be used in MATLAB

Ivan Sutoris ivan.sutoris at gmail.com
Sun Oct 19 07:37:09 CDT 2008


On Sun, Oct 19, 2008 at 1:20 PM, joyce <joyce523 at 126.com> wrote:
>  hello,
>    does anybode knows that can oct files be used in MATLAB? or I need to
> compile them into some other file type?
>
> joyce

They can't be, because oct interface is specific to Octave. However,
Matlab has it's own mex interface, which is supported also in Octave -
so if you develop mex file, it should be possible to compile with both
Octave and Matlab.

Regards
Ivan Sutoris


More information about the Help-octave mailing list