I´m trying to install the seagrid mex files in matlab and i do as follows:
>> make_seagrid_mex
Building with 'Microsoft Windows SDK 7.1 (C)'.
MEX completed successfully.
wait for the figure to finish plotting, then hit any key to continue
and a figure is shown (attached file *.jpg), then hit any key to continue
and i get this:
Warning: Legacy MEX infrastructure is provided for compatibility; it will be removed in a future version of MATLAB.
For more information, consult the MEX release notes http://www.mathworks.com/help/matlab/release-notes.html.
> In make_seagrid_mex (line
![Cool 8)](./images/smilies/icon_cool.gif)
***************************************************************************
Warning: Neither -compatibleArrayDims nor -largeArrayDims is selected.
Using -compatibleArrayDims. In the future, MATLAB will require
the use of -largeArrayDims and remove the -compatibleArrayDims
option. For more information, see:
http://www.mathworks.com/help/matlab/ma ... t-api.html
****************************************************************************
-> Options file specified on command line
----------------------------------------------------------------
-> Options file = ./mexrectopts.sh
MATLAB =
-> COMPILER = none
-> Compiler flags:
COMPFLAGS =
OPTIMFLAGS =
DEBUGFLAGS =
arguments =
Name switch =
-> Pre-linking commands =
-> LINKER =
-> Link directives:
LINKFLAGS =
LINKDEBUGFLAGS =
LINKFLAGSPOST =
Name directive =
File link directive =
Lib. link directive =
Rsp file indicator =
-> Resource Compiler =
-> Resource Linker =
----------------------------------------------------------------
Error: An options file for MEX was found, but the value for 'COMPILER'
was not set. This could mean that the value is not specified
within the options file, or it could mean that there is a
syntax error within the file.
C:\PROGRA~1\MATLAB\MATLAB~1\R2015A\BIN\MEX.PL: Error: Options file is invalid.
Unable to complete successfully.
Error in make_seagrid_mex (line
![Cool 8)](./images/smilies/icon_cool.gif)
mex -f ./mexrectopts.sh -v mexrect.F
Any help will be welcome
Thanks in advance
Leo