help-octave
[Top][All Lists]
Advanced

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

mex and cell array support


From: Miroslaw Dach
Subject: mex and cell array support
Date: Mon, 16 Oct 2006 17:42:58 -0500
User-agent: Thunderbird 1.5.0.7 (X11/20060915)

Dear All,

I have a Matlab function which I wanted to convert to the octave compatible file. I use octave 2.1.73 and I have recently installed octave-forge-2006.07.09 package which contains the mex project to support Matlab mex compiler and suitable Matlab functions. That package looks great but when I tried to compile the Matlab function it was clear that not all functions are implemented like:

mexLock
mexUnlock
mxCreateScalarDouble
mxGetCell
mxCreateCellArray
mxSetCell
mxCreateCellMatrix
mxIsCell
mxDuplicateArray

Most of them refer to the Cell array support. Do you know how to do the work around. Is there any chance to get the update of the mex package which support cell arrays?

Best Regards

Miroslaw Dach



reply via email to

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