matlab-standalone

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 creates contains absolute paths which will not work on other computers. So far I've tried the following: Create the stand alone exe using j...

Undefined variable "modem" or class "modem.pskmod" when calling from java

Hi all, 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" or class "modem.pskmod". in an application with GUI. Basically, what I want to know what will cause this error to occur as I hav...

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? thanks a lot! ...

modem.oqpskmod -> modem.oqpskdemod not same result

hi, 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; 1,1,1,0,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; 0,0,1,0,1,1,1,0,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,0,0,1,0,1,1,1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0...

How to compile matlab script for specified Matlab Runtime (MCR)

Hello. 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 been installed with Mathlab). Does mcc has any arguments for it, or parameters in cfg file? (or anything else) Thank you. ...

Creating a standalone app from Matlab code

Hi, 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, but that creates an .exe that only works if the user has the MATLAB Compiler Run-Time (MCR) installed. What I'm interested in, is if...

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

The mcc compiler "Depfun error" when building dll with .NET-dependencies and Enumerations That Encapsulate Data

Hi! 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 "MyAssembly" (MyAssembly.dll). There Matlab Enumerations Class "OpenMode" classdef OpenMode methods function obj = OpenMo...