Beantwortet
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...

fast 11 Jahre vor | 1

| akzeptiert

Beantwortet
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 ...

fast 11 Jahre vor | 0

Beantwortet
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...

fast 11 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 11 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 11 Jahre vor | 0

Beantwortet
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...

fast 11 Jahre vor | 1

Beantwortet
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...

fast 11 Jahre vor | 0

Beantwortet
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...

etwa 11 Jahre vor | 0

Beantwortet
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...

etwa 11 Jahre vor | 0

Beantwortet
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 ...

etwa 11 Jahre vor | 1

| akzeptiert

Beantwortet
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...

etwa 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 1

| akzeptiert

Beantwortet
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...

mehr als 11 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 11 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 11 Jahre vor | 0

Beantwortet
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...

mehr als 11 Jahre vor | 0

Beantwortet
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...

mehr als 11 Jahre vor | 1

| akzeptiert

Beantwortet
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...

mehr als 11 Jahre vor | 0

Beantwortet
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...

fast 12 Jahre vor | 0

Beantwortet
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...

fast 12 Jahre vor | 0