Top "Matlab-compiler" questions

MATLAB Compiler™ lets you share your MATLAB® application as an executable or a shared library.

Can someone either point me to an online/free MATLAB compiler/interpreter or explain what happens in this MATLAB code?

I apologize in advance for this question. I don't like "explain this code" questions, but I can't find any documentation …

matlab matlab-compiler
Command line does not wait until the exe execution is finished

I converted my matlab program to a standalone exe. When I call the exe from the command line it does …

matlab cmd exe matlab-compiler
Matlab Kalman /usr/bin/ld: cannot find -lstdc++

I'm following the Matlab coder kalman tutorial in Matlab help. When using codegen, there's an error as below: /usr/bin/…

gcc matlab-compiler
How can I pass command line arguments to a standalone MATLAB executable running on Linux/Unix?

How can I pass command line arguments to a standalone MATLAB executable running on Linux/UNIX? I need to compile …

matlab command-line-arguments matlab-deployment matlab-compiler
MATLAB Compiler vs MATLAB Coder

What's the difference between the two? As far as I understand it, MATLAB Compiler wraps the MATLAB code into a .…

matlab matlab-deployment matlab-compiler matlab-coder
build a standalone application from Matlab code

I have some Matlab code and a GUI for it and I want to make a standalone app to Protect …

matlab matlab-deployment matlab-compiler source-code-protection
Converting Matlab to C++

I need to convert some MATLAB code to C++. I am using Visual Studio 2010 and have MATLAB compiler installed. I …

c++ visual-studio matlab matlab-deployment matlab-compiler
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 …

c matlab mex matlab-engine matlab-compiler
Calling MATLAB from C++ errors: unresolved external symbol

I encounter several errors when calling my MATLAB function from C++. The main idea is: firstly compile a MATLAB function …

c++ matlab matlab-compiler
MATLAB 2014a (8.3) Compiler Runtime Errors libmwlaunchermain.so

MATLAB 2014a (8.3) Runtime Compiler (MCR) Errors when trying to launch deployed (using deploy tool) application in Ubuntu 13.04. Right after installation …

matlab ubuntu matlab-compiler