help-octave
[Top][All Lists]
Advanced

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

Does Octave have mexAtExit function or dataread function?


From: frank wang
Subject: Does Octave have mexAtExit function or dataread function?
Date: Tue, 7 Nov 2006 15:51:55 -0800

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

reply via email to

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