[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: matlab created mex files
From: |
Tatsuro MATSUOKA |
Subject: |
Re: matlab created mex files |
Date: |
Fri, 29 May 2015 20:54:07 +0900 (JST) |
----- Original Message -----
>From: ALI Khan
>To: help
>Date: 2015/5/29, Fri 18:24
>Subject: matlab created mex files
>
>
>hallo,
>
>Can we use matlab created mex files in an octave code e.g
>
>I created a.mex file in matlab.
>
>Now i want to call a.mex file with octave code.
>
>It exits with an error saying undefined a
>
>
>Any help
Sorry I sent the previous post without writing anything.
To my knowledge, you cannot do that.
Perhaps you have to rebuild mex file from (a) source file(s) on your octave
using mkoctfile command.
For how to use mkoctfile for mex, see:
http://www.gnu.org/software/octave/doc/interpreter/Mex_002dFiles.html#Mex_002dFiles
Hope this helps.
Tatsuro