Tagged Questions
MATLAB is a high-level language and programming environment developed by MathWorks. This tag relates to the generation of standalone executables and libraries from MATLAB algorithms using MATLAB Compiler, and add-on product to MATLAB. Consider instead using [tag:matlab-compiler].
5
votes
3answers
2k views
How can i pass command line arguments to a standalone MATLAB executable running on linux/unix?
How can i pass command line arguments to a standalone MATLAB executable
running on Linux/UNIX? I need to compile my MATLAB script as a standalone file that can be run on a machine without matlab ...
3
votes
0answers
74 views
Install* MCR without Administrator rights
SOME INFORMATION:
I want compile some GUI into windows standalone application (*exe).
The main idea is run my applications in different computers WITHOUT the necessity of privileges to run it.
...
3
votes
3answers
633 views
Matlab deployment: add files to source control?
I've created a deployment project which works rather well and now I want to add it to source control repository for others to use.
The main problem I'm facing is that the .prj file which deploytool ...
2
votes
2answers
205 views
debug code in standalone matlab
Say I have some function foo that is used in a standalone application, (ie. compiled into an executable with mcc -m,) which has an important intermediate result bar. Normally I don't need this ...
2
votes
1answer
371 views
MCR and .NET incompatibility
I am trying to compile a Matlab (R2010b) application that uses a .NET module, but I am facing a problem with incompatibility between the MCR and the .NET module:
The .NET module is compiled with ...
2
votes
1answer
297 views
The mcc compiler “Depfun error” when building dll with .NET-dependencies and Enumerations That Encapsulate Data
I ran into problems in MATLAB R2010b when creating a DLL that uses .NET-integration and enumerations with encapsulate data.
Example:
There is a .NET Assembly which is used in MATLAB, let's call it ...
2
votes
3answers
438 views
Creating a standalone app from Matlab code
I have some Matlab code and a GUI for it and I want to make a standalone .exe so that it can be used on computers that don't have Matlab installed.
I know about the Matlab compiler and how to use it, ...
1
vote
0answers
119 views
Matlab Standalone Compiler problem with uigetfile
I am running Matlab r2011a on a mac osx lion.
I use uigetfile in my matlab environment and it works fine. However, as soon as I compile a standalone app, it decides to not show my uigetfile window ...
1
vote
0answers
69 views
Gabor Phase ?? my values are too small
Hi every one >> hope you all are doing fine
I wanted to ask you about calculating the phase values for an image ,, you see I used the Gabor wavlet like so :
k = ( Kmax / ( f ^ v ) ) * exp( 1i * u * ...
0
votes
3answers
278 views
Matlab deploy tool- Windows stand alone application
I am trying to create a Windows stand alone application in Matlab using the Deploytool to produce a .exe file for my project. (as mentioned here: ...
0
votes
2answers
1k views
SxS error in Windows 7 when trying to run a Matlab-Compiler-Runtime application
I'm trying to run a data analysis tool that was built as a standalone Matlab application on a Windows 7 machine. I've installed the Matlab Compiler Runtime (MCR) libraries version 7.11, 2009b. When ...
0
votes
0answers
85 views
How save gui of Matlab field into a file
hi
I want save GUI field's in Matlab into a file then call saved file to filled data in same
GUI field's.
thank you for solution
0
votes
1answer
259 views
creating an image database in matlab
I have represented the image now I want to save the image and the description in database how do I do it. Anyone please help.
0
votes
1answer
103 views
compile matlab linux binary
I have a license for the matlab compiler and can compile exe files fine, is there any way to compile my project into a linux binary from my windows machine?
0
votes
2answers
574 views
How to compile matlab script for specified Matlab Runtime (MCR)
I have Matlab 2010a installed on my machine, and MCR 7.6 installed on client's machine.
I try to figure out how can I compile my code for MCR 7.6.
Currently mcc comlipes scripts for 7.9 ( which has ...
0
votes
1answer
106 views
modem.oqpskmod -> modem.oqpskdemod not same result
i am trying to simulate the IEEE 802.15.4/ZigBEE PHY,...
chip_values = [
1,1,0,1,1,0,0,1,1,1,0,0,0,0,1,1,0,1,0,1,0,0,1,0,0,0,1,0,1,1,1,0;
...
0
votes
1answer
267 views
modem.oqpsk with half sine wave
hi i was using the following
h = modem.oqpskmod;
but it constructs it with default settings, i wanted to model zigbee one which is oqpsk with half sine waves... how could i do it? ...
0
votes
1answer
452 views
Undefined variable “modem” or class “modem.pskmod” when calling from java
I have written a code in matlab which modulate and demodulate some signals. I deploy them using deploytool and the .jar works in one application without GUI but gives me the Undefined variable "modem" ...