dear all:
i fellow the instruction to install seagrid on my matlab(r2008b,linux32) and try to build mex file for this Matlab version.but I have a problem :
>> which mexopts.sh
/root/.matlab/R2008b/mexopts.sh
>> make_seagrid_mex
Error: An invalid options file name was specified:
./mexopts.sh
is not a normal file or does not exist.
??? Error using ==> mex at 213
Unable to complete successfully.
Error in ==> make_seagrid_mex at 4
mex -f ./mexopts.sh -v mexinside.c
I don't know how to fix it, could you help me???
best!!
problem with install seagrid
-
- Posts: 64
- Joined: Mon Oct 17, 2005 2:02 am
- Location: Institute of Oceanology,Chinese Academy of Sciences
Re: problem with install seagrid
Try first change current directory to /root/.matlab/R2008b/ and then run the command.