回答済み
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...

11年以上 前 | 1

| 採用済み

回答済み
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 ...

11年以上 前 | 0

回答済み
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...

11年以上 前 | 0

| 採用済み

回答済み
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...

11年以上 前 | 0

| 採用済み

回答済み
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...

11年以上 前 | 0

回答済み
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...

11年以上 前 | 1

回答済み
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...

12年弱 前 | 0

回答済み
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...

約12年 前 | 0

回答済み
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...

約12年 前 | 0

回答済み
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 ...

約12年 前 | 1

| 採用済み

回答済み
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...

約12年 前 | 0

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

約12年 前 | 0

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

約12年 前 | 1

| 採用済み

回答済み
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...

約12年 前 | 0

| 採用済み

回答済み
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...

約12年 前 | 0

| 採用済み

回答済み
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...

約12年 前 | 0

回答済み
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...

12年以上 前 | 0

回答済み
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...

12年以上 前 | 1

| 採用済み

回答済み
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...

12年以上 前 | 0

回答済み
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...

12年以上 前 | 0

回答済み
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...

12年以上 前 | 0