help-octave
[Top][All Lists]
Advanced

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

Re: Does Octave have mexAtExit function or dataread function?


From: Paul Kienzle
Subject: Re: Does Octave have mexAtExit function or dataread function?
Date: Tue, 7 Nov 2006 21:17:04 -0500


On Nov 7, 2006, at 6:51 PM, frank wang wrote:

Hi,
 
while porting Matlab project to Octave, I need a function called dataread. I could not find it in Octave, so I copied the dataread.c from Matlab and compiled under Octave. I did not have problem to compile the code. However, when I execute the code, it encounters error that mexAtExit is not defined. Since I could not find the source for mexAtExit, I could not continue to port the code.
 
Does anyone know whether Octave has similar function like dataread or mexAtExit c code?

This is available in CVS.

- Paul



reply via email to

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