help-octave
[Top][All Lists]
Advanced

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

mex and cell array support


From: John W. Eaton
Subject: mex and cell array support
Date: Mon, 16 Oct 2006 21:56:26 -0400

On 16-Oct-2006, Miroslaw Dach wrote:

| 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?

Octave 2.9.9 has much more complete mex functions.

jwe


reply via email to

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