Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: mex function for beginners
Posted:
Sep 1, 2007 1:57 PM
|
|
Thanks Dan for the suggestion. I tried mxGetdata but i got this error when compiling the file.
>> mex bitplan.c Microsoft (R) Incremental Linker Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\DOCUME~1\Owner\LOCALS~1\Temp\bitplan.obj Creating library _lib3547.x and object _lib3547.exp bitplan.obj : error LNK2019: unresolved external symbol _mxGetdata referenced in function _mexFunction bitplan.mexw32 : fatal error LNK1120: 1 unresolved externals C:\PROGRAM FILES\MATLAB71\BIN\MEX.PL: Error: Link of 'bitplan.mexw32' failed. ??? Error using ==> mex Unable to complete successfully
|
|
|
|