Top "Matlab-deployment" questions

MATLAB is a high-level language and programming environment developed by MathWorks.

Is it possible to run matlab on a remote server and control it using the matlab GUI from a thinclient?

Akin to what can be done with emacs with slime: the core services can run on a performace grade remote …

matlab remote-access matlab-deployment
What's the "right" way to organize GUI code?

I'm working on a fairly sophisticated GUI program to be deployed with MATLAB Compiler. (There are good reasons MATLAB is …

matlab user-interface matlab-guide matlab-deployment
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
How to call MATLAB code from C?

I have some code that plots triangles in MATLAB. I need to be able to somehow execute this code from …

c matlab matlab-deployment
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
How to run Matlab code on an Android device?

I would like to run Matlab code on an Android device. There is the JAVA Builder in Matlab, which can …

android matlab matlab-deployment
How to run MATLAB code from Java?

I am facing problem in running MATLAB code from Java. If you know something on this, could u please help …

java matlab matlab-deployment
Executing a Matlab function using java

I'm writing an application which does image processing using matlab and later displays the result using Java's Interface. Due to …

java matlab matlab-deployment javabuilders
Creating a graph or a plot from a C# console app, using Matlab?

If I have a two dimensional array in C#, how would I plot the contents of this array in Matlab, …

c# .net matlab graph matlab-deployment
string startWith in Matlab

I would like to get only the begining of string , is there an equivalent matlab that allows to say : startsWith(…

string matlab-deployment