matlab-deployment

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

Sliding window algorithm for activiting recognition MATLAB

I want to write a sliding window algorithm for use in activity recognition. The training data is <1xN> so I'm thinking I just need to take (say window_size=3) the window_size of data and train that. I also later want to use this algorithm on a matrix . I'm new to matlab so i need any advice/directions on how to implement this correct...

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

Does opencv have a function similar to size and bwperim in matlab?

I am new to opencv and good at matlab i want to write equalent of below to opencv [mm,nn]=size(binaryimage); bwperim(binaryimage); Please can any one help ...

C# app fails to load Matlab DLL when running from a shared drive?

I have a C# .NET 2.0 program that calls a Matlab .dll file that I created using Matlab Builder for .NET. This Matlab .dll file is a wrapper for a m file function that I need to call from my C# program. Everything works fine when I run this app from my local drive. However once I copy the app to a shared drive the Matlab dll fails when...

Matlab web browser in compiled applications

I've an application written in Matlab that uses the built-in Matlab browser; I do this because I need to be able to use the handle returned from web function to read properties of the browser window. This works fine when I just run it in Matlab. However, when I compile the application for distribution, it insists on using the system brow...

matlab to c++: Cannot open include file: 'mclmcrrt.h': No such file or directory

Hi All, We tried to complie the m file to c++ file by matlab complier. We had the file bulit but we got the error msg as follow. fatal error C1083: Cannot open include file: 'mclmcrrt.h': No such file or directory Do you have any ideas about the error msg? Any suggestion will be appreciated. Thanks a lot. Ying ...

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