help-octave
[Top][All Lists]
Advanced

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

Re: function undefined error after compile C to MEX using mkoctfile


From: tmacchant
Subject: Re: function undefined error after compile C to MEX using mkoctfile
Date: Wed, 9 Jul 2014 03:24:55 -0700 (PDT)

Your mex file should be placed on present working directory or on octave load
path which is specified addpath function.

I describe the former

If your mex file located at c:\xxxxx\yyyyyy,

>> cd 'c:\xxxxx\yyyyyy'

To confirm  c:\xxxxx\yyyyyy is on present working directory by,

>>  pwd

For the latter, please consult octave manual by addpath.

HTH

Tatsuro




--
View this message in context: 
http://octave.1599824.n4.nabble.com/function-undefined-error-after-compile-C-to-MEX-using-mkoctfile-tp4665353p4665354.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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