Tagged Questions

MATLAB Engine is a library to call MATLAB® software from standalone programs, for example written in C/C++ or Fortran.

learn more… | top users | synonyms

6
votes
3answers
539 views

Connect to Matlab engine from C in Linux

I'm trying to call the Matlab engine programatically from a C program on Linux (Matlab r2009a, Ubuntu 9.10). I've got my own code (which works in Windows), but for now I'm just trying to get the ...
4
votes
6answers
977 views

What is MATLAB? Does it generate executables?

What exactly is MATLAB/Simulink? I've tried to understand it but have only gotten more confused in the process. I know that you can write programs utilizing high-level industry-specific functions and ...
4
votes
4answers
1k views

Thread safety of Matlab engine API

I have discovered through trial and error that the MATLAB engine function is not completely thread safe. Does anyone know the rules? Discovered through trial and error: On Windows, the connection ...
3
votes
3answers
787 views

Is there a way to change the title of the MATLAB Command Window?

I'm using the C++ API to fire up MATLAB (via engOpenSingleUse). Everything's working fine. But I'd like to change the title of the window from "MATLAB Command Window" to something else. I often ...
3
votes
1answer
744 views

MATLAB engine versus libraries created by MATLAB Compiler?

To call MATLAB code in C or C++, how do you choose between using the MATLAB engine and using the MATLAB Compiler mcc to create C or C++ shared libraries from your MATLAB code? What are their pros and ...
2
votes
2answers
59 views

Problems including Matlab “engine.h” for C++ code

I am trying to run the example code from the Matlab doc, but when I try to build the project in Visual Studio I get this error fatal error C1083: Cannot open include file: 'engine.h': No such file or ...
2
votes
1answer
472 views

How to Call Matlab Functions from C++

I want to call MATLAB function in my C++ project. i'm using Matlab R2010a and Visual Studio 2010 first i created a simple matlab function function y = foo(x) y = x+1; and then i used matlab ...
2
votes
2answers
186 views

Can I debug Matlab Code started via Matlab engine?

I try to run and debug a script file from the matlab engine. Using breakpoints in my C++ program, I could open a Matlab editor and set a breakpoint in my script. When I continue the C++ program, the ...
2
votes
3answers
2k views

matlab in C C++ and C C++ in matlab

It seems that are several ways to call matlab in C C++ and to call C C++ in matlab. While I try to list them here, please point it out If I miss something. To call C C++ in matlab, there are also two ...
1
vote
1answer
66 views

Using Matlab “engine.h” from c++ correctly

I have a code that proceses frames in each iteration and generatesa matrix. My final goal is to send the matrix data to matlab in order to examine the evolution of the matrix with each frame. In order ...
1
vote
1answer
46 views

Plotting quaternion in Matlab using “engine.h” from c++

I have an algorithm in C++ that uses Kalman Filter. Somewhere in the code a predict a Quaternion q' and then I update the Quaternion with Kalman Filter q. I want to plot two graphics in Matlab with ...
1
vote
0answers
89 views

Calling MATLAB Engine from Cocoa Application

I'm writing a Cocoa application and I'm trying to link it with the MATLAB Engine to call MATLAB functions. So far I've added the .app/extern/include/ directory (the one that contains the engine.h ...
1
vote
1answer
283 views

MX Create double matrix error when integrating matlab with VC++

When i create a project to pass a path of an image to my matlab project and i created the initialization: #include "feautresPoints.h" int main(int argc, char* argv[]) { mxArray* result; ...
1
vote
1answer
179 views

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
1
vote
2answers
581 views

Engine Matlab issues

I am triyng to implement Matlab in a c++ program. http://www.cl.cam.ac.uk/~sjeh3/wii/ The application is using gtk a wii mote lib and the Matlab Camera Calibration Toolbox ...
1
vote
1answer
1k views

Data streaming in MATLAB with input data coming in from a C++ executable

I'm completely new to MATLAB and I want to know what my options are for data streaming from a C++ file. I heard of using the MATLAB "engine" for this purpose, and some of the methods like ...
0
votes
0answers
30 views

“??? Undefined function or method” in Matlab Engine command window

I am working with Visual Studio on C++ code, and I send some variables to MATLAB engine. So far there is no problem. Imagine I have the MATLAB command window opened and these variables: ยป whos Name ...
0
votes
1answer
66 views

Find Mean, Standard Deviation and Variance of two co-ordinates

I am doing a mini project and i am stuck with a code. My project is based Positioning. I have used a GUI to get the original and estimated position of a target. I have placed 8 nodes to test. In ...
0
votes
2answers
180 views

problem with nvmex in matlab

i have installed matlab on my system and also have installed the CUDA SDK for windows. however i am not able to compile any .cu files. I have included the nvmex script file in the bin directory of the ...
0
votes
1answer
155 views

Errors while trying to use matlab engine from VC++

I'm Using MATLAB R2010a I used this this tutorial in order to call matlab function from C++ and i did every thing said in the tutorial and i compiled the project successfully but when i tried to run ...
0
votes
0answers
31 views

Matlab . procedure of adding second input layer

Hi All I am new to ANN. I would like to form a network with 2-2-1. i,e 2 input layers and 1 output layer. can some one please explain the procedure of adding second input layer in the matlab. thanks ...
0
votes
0answers
11 views

instances Matlabs controlling

Can i run two instances of Matlab so that i control one of them by another? In the first MATLAB, i open and run a Mfile on another and finally close that! indeed i want to access a matlab command ...
0
votes
1answer
265 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
3answers
823 views

retrieve matlab result in java

Hi I use matlab in my project and I want to retrieve the result of matlab in java. Just I want the result. I want to retrive result of file that I make it in matlab in the java. I use this code but ...
-2
votes
1answer
497 views

how to convert the spectrogram into an image

using MATLAB, we have converted image into audio (.wav format). Also this audio file is converted into spectrogram image. Now we are trying to convert this spectrogram into an original input image