matlab-compiler Questions

2

Solved

I encounter several errors when calling my MATLAB function from C++. The main idea is: firstly compile a MATLAB function and generate DLL file, and then include .h and .lib files in C++. Finally, w...
Cherianne asked 15/6, 2013 at 5:51

4

Solved

What's the difference between the two? As far as I understand it, MATLAB Compiler wraps the MATLAB code into a .exe file so that it can be used without installing MATLAB, and only requires the MCR...
Thomasson asked 8/8, 2013 at 12:45

2

I am trying to call a shared library created with MathWorks MATLAB Compiler SDK from C# (.NET Core) running on a Linux container. I have a matlab .m file that I've compiled into a .dll using the M...
Thetis asked 26/1, 2019 at 14:6

2

MATLAB 2014a (8.3) Runtime Compiler (MCR) Errors when trying to launch deployed (using deploy tool) application in Ubuntu 13.04. Right after installation of MCR if one runs the deployed applicatio...
Agrarian asked 2/6, 2014 at 22:22

3

I have just installed the Matlab Runtime on: Distributor ID: Ubuntu Description: Ubuntu 15.04 Release: 15.04 Codename: vivid You can find the Matlab runtime here in my case in installed R2015b (...
Annunciator asked 12/2, 2016 at 0:6

5

I'm following the Matlab coder kalman tutorial in Matlab help. When using codegen, there's an error as below: /usr/bin/ld: cannot find -lstdc++ collect2: ld returned 1 exit status But there is li...
Sirdar asked 2/11, 2012 at 12:18

3

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 ...
Conversational asked 26/7, 2010 at 14:0

2

I am trying to install Windoes SDK for Windows 7 and .NET framework 4 for MATLAB R2015b, on Windows 8. But I get the following error: The windows installer is busy configuring another program ...

1

Solved

I am trying to run MatLab Coder to transform a matlab .m file into .mex to hopefully run the code more quickly. When trying to build the file via MatLab Coder engine, I get the following error: Un...
Collins asked 18/4, 2015 at 17:26

2

Solved

I have got a Matlab code which at last calculates a vector of indexes. I used library compiler in order to compile matlab code to a java package .jar file. I exported the jar file in order to run i...
Vanwinkle asked 9/12, 2014 at 8:39

5

Solved

I apologize in advance for this question. I don't like "explain this code" questions, but I can't find any documentation about my specific example. Background My issue is this. I am trying to tran...
Rains asked 18/12, 2012 at 16:11

2

For years I've been using the integrated deploytool to create easily distributable *.exe files for my colleagues. I installed R2013b a couple of days ago and I can't use the deploytool anymore. Th...
Burch asked 25/10, 2013 at 17:46

3

We've been interfacing with a library created from the Matlab Compiler. Our problem is related to an array returned from the library. Once we're finished with the array, we'd like to free the memo...

1

Solved

I converted my matlab program to a standalone exe. When I call the exe from the command line it does not wait till the exe is executed. The program takes about 20-30sec to run. The program basicall...
Golda asked 29/8, 2013 at 10:53

1

Solved

I was testing a stand-alone application we developed in Matlab when I noticed that its memory usage, according to Windows Task Manager, was peaking several times above 16gb. I decided to run Matlab...
Aesculapian asked 30/1, 2013 at 20:24

2

Solved

Question I want it to 'listen' to the standard input stream in a running (compiled) Matlab executable. This is how I believe it is done in c or a similar language: #include stdio.h fgets(line, 2...
Koby asked 27/5, 2013 at 15:10

1

I have an application made with matlab compiler. I want to do some shutdown activities whenever it ends. As it seems to be impossible to catch signals in matlab (or I'm not able to), I checked to u...
Aseity asked 3/1, 2013 at 13:36

1

Solved

I want compile some GUI into a Windows standalone application (*.exe). The main idea is run my applications in different computers WITHOUT the necessity of privileges to run it. While doing these ...
Schizophyceous asked 10/10, 2011 at 8:18

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

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

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

2

Solved

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...
Cece asked 16/10, 2009 at 8:39

11

Solved

I have a lot of nice MATLAB code that runs too slowly and would be a pain to write over in C. The MATLAB compiler for C does not seem to help much, if at all. Should it be speeding execution up mor...
Scepter asked 26/9, 2008 at 0:2
1

© 2022 - 2024 — McMap. All rights reserved.