matlab-deployment Questions
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
4
I converted my MATLAB program into a console-based application using the deploytool in MATLAB. The MATLAB .m file takes around 2 seconds to execute, but after I converted it into an executable and ...
Entoblast asked 12/4, 2013 at 9:2
2
I converted my matlab program into a .net assembly i.e a dll file. I have made a console C# application adding the dll file and called it from php. The MCR is called everytime the .exe is called. H...
Bespectacled asked 22/4, 2013 at 3:37
4
Solved
I'm building an interface layer for a Matlab component which is used to analyse data maintained by a separate .NET application which I am also building. I'm trying to serialise a .NET datatable as ...
Weisler asked 23/9, 2011 at 7:28
5
Solved
I would like to write a lexer generator to convert a basic subset of the MATLAB language to C#, C++, etc. To help me do this, I would like to find a document containing the formal grammar for MATLA...
Hahnert asked 6/3, 2012 at 12:0
6
Solved
Some background for people reading this in the future (in case it's not locked). I tend to do my programming in a high level language to understand the problem first. After covering all possible co...
Buckthorn asked 7/6, 2012 at 22:21
6
I would like to get only the begining of string , is there an equivalent matlab that allows to say : startsWith('It-is') like in java?
Thanks
Kassab asked 30/4, 2012 at 11:10
8
I have to convert my Matlab algorithm in Java. For this I'm using matlab builder ja toolbox, after following all the necessary steps, the build fails and this error is displayed:
'javac' is not ...
Bouncy asked 3/7, 2014 at 12:38
4
I have some standalone Matlab programs that for different reasons need to access files in the directory they're located (either to launch another program or to read some XML files there). I have th...
Dominicadominical asked 25/7, 2013 at 18:59
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
1
Solved
I am writing programs in MATLAB to distribute to Windows users. I am using the MATLAB compiler with MATLAB release r2014a to create the programs. I can create a Windows installer using the MATLAB a...
Junette asked 2/2, 2016 at 8:38
3
Solved
I developed a MATLAB function, and I'm looking for a way to call that function from another C# application and pass some parameters to it and get the results in the C# program.
I heard that I can ...
Lectra asked 5/5, 2011 at 17:16
4
Solved
I am using a MATLAB script to tune the control system on a machine. When the tuning is complete, I would like a report containing text (especially serial number, date/time and the values determined...
Bunkmate asked 22/11, 2012 at 10:1
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
2
I am new to Python. I am trying to run MATLAB from inside Python using the mlab package. I was following the guide on the website, and I entered this in the Python command line:
from mlab.release...
Kelsy asked 18/12, 2013 at 13:33
1
I have a cmake project where I want to add a class containing the matlab engine. For compiling it I need to include two libraries eng and mx, which I do by adding
target_link_libraries( ${TARGET}...
Ploy asked 11/6, 2014 at 11:2
1
Solved
I have .NET assembly file and I need for it to work in MATLAB. (The library was created in C# and I have the corresponding source code)
Following the documentation, I found out that the following ...
Cullin asked 21/2, 2014 at 17:39
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
Solved
I have some code that plots triangles in MATLAB.
I need to be able to somehow execute this code from my C program which generates these points.
Is that possible? How can it be done?
Just a thoug...
Gneiss asked 3/10, 2009 at 12:8
5
Solved
I'm working on a fairly sophisticated GUI program to be deployed with MATLAB Compiler. (There are good reasons MATLAB is being used to build this GUI, that is not the point of this question. I real...
Zoonosis asked 19/11, 2013 at 6:23
5
Solved
A colleague and I have spent a few years developing a really cool Matlab application, MDLcompress. Within Matlab, I can type "MDLcompress('filename.txt')" and it will tell me all sorts of really co...
Propylene asked 26/11, 2008 at 20:57
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
5
I am facing problem in running MATLAB code from Java. If you know something on this, could u please help me out?
Cushitic asked 25/1, 2010 at 6:13
4
Solved
As the title indicates, I have MATLAB code for isolated spoken words recognition, and I want to be able to integrate this project with another one made with PHP for some purpose.
I have not used t...
Entoblast asked 11/4, 2013 at 18:19
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 Next >
© 2022 - 2024 — McMap. All rights reserved.