Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
Dan
Posts:
18
Registered:
8/2/07
|
|
Re: mex function for beginners
Posted:
Sep 1, 2007 8:18 PM
|
|
"basudha pradhan" <lucky_faith_911@hotmail.com> wrote in message <fbc95u$o4q$1@fred.mathworks.com>... > 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 > >
The function is mxGetData. It looks like you typed mxGetdata.
Dan
|
|
|
|