MATLAB: G/G/1 queuing system has error

mexopts.bat

Hi Does anybody knows why when i run the demo SimEvents for G/G/1 queuing system has error. The error says "Unable to locate 'mexopts.bat', and therefore cannot determine which compiler to use for simulation builds. Use 'mex -setup' to select a supported compiler." Thank u

Best Answer

And did you run
mex -setup
to select a supported compiler? Did you install a supported compiler?
Please note that if you are running a 64 bit version of MATLAB then it does not include any compiler, and you will need to use a multi-step process to install the full compilation environment.
Related Question