Answered
Compiling Matlab Code: it works in Matlab but not when compiled.
Not sure how you're 'inserting' the parameter but seems like you're passing the arguments from command line. If so then, all arg...

10 years ago | 1

| accepted

Answered
how to compile for mac from windows
This is currently not possible with MATLAB Compiler. You'd need access to a MAC machine where you can install MATLAB and MATLAB ...

10 years ago | 0

Answered
What do I need to host Web applications containing code written in Matlab, on my site?
Since the server will be the place where the compiled MATLAB code will reside, you need to install the Matlab Compiler Runtime o...

10 years ago | 0

| accepted

Answered
Compiled Matlab code crashes when /clr is not selected
mlf* functions "always" free the memory that is pointed to by the output mxArray* before overwriting the memory with the new val...

10 years ago | 0

| accepted

Answered
How to compile matlab code into .netlibrary?
You could get that error if you had the MATLAB Compiler product installed but do not have an available license. The following co...

10 years ago | 0

Answered
mex -setp "Unable to complete successfully"
No, you do not need MATLAB Compiler product to use the MEX function. If ">>mex -setup" is erroring out exactly the way you've me...

10 years ago | 1

Answered
creating a 'console' application in Matlab 2013a for Mac
On non-Windows platform, the 'console' application is renamed as the 'standalone' application. More information can be found her...

10 years ago | 0

Answered
Is there any way to process .mrc files in MATLAB?
I am not sure if there is a function in MATLAB but you can try the following submission which was written by a third party vendo...

10 years ago | 0

Answered
unable to locate a C-compiler required by stateflow
You can try installing the Windows SDK 7.1 (although officially not supported on Windows 8, many have used it successfully). Ste...

10 years ago | 0

Answered
Regarding data exchange between excel & Matlab
you can try using the <http://www.mathworks.com/help/exlink/index.html Spreadsheet Link EX> toolbox. Basically, you can roughly ...

10 years ago | 1

| accepted

Answered
yprime.c mex linking error (windows 8.1, matlab R2013b, visual studio 2012)
Why are you following a two step process of first creating an obj file and then getting a .mexw64 file? Have you tried the follo...

10 years ago | 0

Answered
MATLAB compiled application XenApp.
The target environment for MATLAB Compiler generated applications should be one on which MATLAB is supported. Since MATLAB is no...

10 years ago | 0

Answered
Specifying a different mexsh
You can provide your custom options file via the -f flag: >>mex myFile.c -f mexopts_custom.sh % assuming t...

10 years ago | 1

| accepted

Answered
Plot a family of circles in 3D
The height is controlled by 'z' and not 'h'. In the first case, when r=1, z= 100*1*k (where k=ones(1, length(t))). If you want t...

10 years ago | 0

| accepted

Answered
Mex error with GNU Scientific Library
I think you need to provide the -I (capital i) flag along with MEX so that MEX can find the #include's present in niederreiter.c...

10 years ago | 0

| accepted

Answered
Matlab is no longer running the scripts i wrote that worked previously
The function LOAD is used to load variables from a MAT file into MATLAB workspace. If you intend to execute your matlab script t...

10 years ago | 0

Answered
compiling c-code in the windows 8 environment
Although Win SDK 7.1 is officially unsupported on Win 8, I have seen people successfully installing it and using it in MATLAB. B...

10 years ago | 0

Answered
Why my Windows Standalone Application doesn't work out as its original file?
open_system is an unsupported function which cannot be compiled. A list of supported/unsupported functions with various toolboxe...

10 years ago | 1

| accepted

Answered
How can I load an m-file into an executable file made by using mcc?
You can make the case.m file a part of the executable using the -a flag. For example: mcc -m mymainfunction -a case.m El...

11 years ago | 0

Answered
how to eradicate Mex -setup error
Seems like you are facing an issue similar to one listed below: http://www.mathworks.com/support/solutions/en/data/1-G1P8HP/i...

11 years ago | 0

Answered
Error using mex (line 206) ,when selecting a C++ compiler. Using Win7 64bit, Matlab 2012a, and visual studio 2012.
Hi John, You are correct in mentioning that VS2012 is unsupported with MATLAB R2012a. Note that VS2012 was not launced yet when...

11 years ago | 0