matlab-deployment Questions

2

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 ...
Rhoea asked 21/6, 2011 at 17:12

1

Solved

I have a piece of code written in C++11, which I want to compile as part of a MATLAB MEX file for GNU/Linux. The problem is that MATLAB on Linux supports GCC 4.3 (and earlier) only, and does not s...
Counterstatement asked 29/3, 2012 at 14:35

2

I would like to run Matlab code on an Android device. There is the JAVA Builder in Matlab, which can create Java classes from the M-Files. But it requires a MatlabRunTime to be installed on the tar...
Brewer asked 27/1, 2012 at 13:33

1

Solved

My question is extremely specific to the arcanes of the matlab compiler and runtime. As only people familiar with matlab runtime API may answer, I shortened much details. Please let me know if I sh...
Muttonchops asked 25/10, 2011 at 16:8

2

Solved

How can I make the Matlab Compiler run faster? It takes ages for it to make a sensible program. I am currently using Microsoft Visual C++ 2008 SP1 in c:\Program Files (x86)\Microsoft Visual Studi...
Slabber asked 19/12, 2011 at 10:6

3

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...
Queasy asked 24/11, 2009 at 14:27

1

Solved

If I have a two dimensional array in C#, how would I plot the contents of this array in Matlab, as a 2-D graph? I'm after an extension method, i.e. my2DArray.PlotInMatlab();
Welborn asked 4/10, 2011 at 22:19

1

I am trying to call a user defined Matlab Function(M file) which takes 3 arguments(Java Strings) from my Java application which is developed in Eclipse. At the moment I am able to call proxy.eval a...

1

I have done image processing in MATLAB and build my GUI in Java. I want to integrate MATLAB into Java. I want to use MATLAB Builder for this purpose. I want also to use neural network for classific...
Angular asked 27/7, 2011 at 10:7

1

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 ...
Blimp asked 13/12, 2010 at 12:49

7

Solved

After peeking around the internet it looks like it is possible to interop between C# and Matlab. I am wondering if anyone has had success with it and what they did to do so. If possible somehow pul...
Trueblood asked 12/1, 2009 at 3:11

6

Solved

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 ...
Hippie asked 17/1, 2009 at 11:2

© 2022 - 2024 — McMap. All rights reserved.