MATLAB is a high-level language and programming environment developed by MathWorks. This tag relates to the deployment of MATLAB algorithms and applications, including integration of MATLAB code with other languages such as C/C++, .NET and Java, and use of add-on products such as MATLAB Compiler, ...
0
votes
0answers
9 views
Displaying Matlab figure in Java Applets
The plots/Figures of Matlab returned to java (using matlab builder ja) have the type of Obj[].
What do I need to do to display this plot/figure in java applet (Jframe form)? I tried many options but ...
1
vote
1answer
43 views
How to covert .m matlab file to exe
I have a .m matlab file that I want to covert it to executable
but the problem I follow the steps written in youtube videos but still there is a problem
I think the main problem is that I have ...
0
votes
0answers
30 views
Java Applet using Matlab Builder JA delopyed Java class
For demo purpose, I made a simple matlab script called simpleplot.m which plots x versus y. The code is
x = 1:10;
y= 21:30;
plot (x,y)
I converted it into java class using Matlab builder JA. and ...
0
votes
0answers
36 views
MCR_CACHE_ROOT path empty after running the console application
I set the MCR_CACHE_ROOT to a folder C:\MATLAB_cache to speed up my compiled application. Using the linke below
How to setup MCR_CACHE_ROOT in Windows
But after I ran the console application ...
0
votes
1answer
24 views
How to setup MCR_CACHE_ROOT in Windows
I know this may be an easy question but How can I setup MCR_CACHE_ROOT in Windows? Can you provide me with the detailed steps. And where should I point the path to MCR_CACHE_ROOT to speed up my ...
3
votes
3answers
96 views
How to initialize and load MCR
I incorporated C++ shared library generated from MATLAB in a Win32 console application. The MATLAB program takes 2-3 sec to execute in MATLAB but the console application takes 11-12 seconds to ...
0
votes
1answer
30 views
Taking input parameter in C++ Win32 console application
I generated C++ shared library in MATLAB and integrated it in Win32 console application in C++. I have to call this console application from PHP.It has 5 inputs which should be passed from php. When I ...
0
votes
0answers
45 views
Console application output in Visual Studio and PHP different
I have integrated the .net assembly from matlab in a C# console application. I have then called the console application from php. When I run the C# console application in Visual studio and when I ...
1
vote
1answer
44 views
Using MATLAB functions in C#
I want to use a function in C# (2010) generated by a MATLAB Builder for .NET component (R2009a). The system doesn't have MATLAB on it. So, I want to know how can I do this work?
I have installed MCR ...
0
votes
0answers
18 views
Visual C++ Runtime on Network Location
I have a MATLAB executable that I am trying to deploy within my company, but I don't want people to need to install a bunch of stuff. The executable is saved to a network location and I want them to ...
-1
votes
0answers
47 views
Getting warning LNK4248: unresolved typeref token (01000018) for 'mxArray_tag'; image may not run
I am getting an error in Visual C++.
warning LNK4248: unresolved typeref token (01000018) for 'mxArray_tag'; image may not run
How can I solve this problem?
-1
votes
0answers
130 views
warning LNK4248: unresolved typeref token (01000018) for 'mxArray_tag'; image may not run
I am trying to use C++ shared library generated using deploytool in MATLAB in Visual C++. I am getting warnings:
Warning 1 warning C4747: Calling managed 'DllMain': Managed code may not be run ...
1
vote
0answers
93 views
Matlab could not initialize C++ shared library properly
I am trying to use C++ shared library generated using deploytool in MATLAB in Visual C++. I am getting an error: Could not initialize the library properly.
I followed:
...
-1
votes
0answers
58 views
Locale initialization failed in opcore with status code 2
I am trying to use C++ shared library from MATLAB in Visual C++ Console application. I cannot seem to run it, first it asked for the dlls so I copied all the dlls from MATLAB/bin/win64 in the Debug ...
0
votes
0answers
43 views
error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' cannot solve
I am trying to integrate the C++ shared library generated from MATLAB deploytool. I have included all the necessary libraries and references. I get the error
error LNK1112: module machine type 'X86' ...
1
vote
1answer
59 views
How to make the MCR starting time fast
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. How ...
0
votes
0answers
68 views
Error in implementing particle swarm optimization in power system using MATLAB
I'm trying to get the solution of economic load despatch using particle swarm optimization. I've written the code but during updating the velocity and particle position in the second iteration, it ...
0
votes
0answers
39 views
can matlab production server improve performance
I used matlab Builder JA to produce java codes. I saw a big increase in terms of running time.
I was told one of the options to improve is MPS (matlab production server). It is a fairly new feature ...
0
votes
2answers
65 views
MATLAB .m file to mex file conversion
I have a MATLAB program which I need to call from php. I converted it into an exe with the help of deploytool but it is too slow. So I want to convert it into a mex file or a C file then to a exe so ...
17
votes
3answers
462 views
Matlab executable too slow
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 ...
9
votes
4answers
337 views
running matlab code from php
As the title indicates, I have a 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 to ...
0
votes
1answer
50 views
How to reciprocate?
Actually I am coding a Matlab simulation where the AnchorID and SourceID will report to eachother. For example if I take an anchor 30 and source 50 it will collect all the agc values between these ...
1
vote
2answers
114 views
How to compile Matlab class into C lib?
The origin of this question is from here How to use "global static" variable in matlab function called in c.
I'm trying to encapsulate the "global variable" into an object. However I don't ...
1
vote
1answer
87 views
Get MATLAB Engine to return unicode
The MATLAB Engine is a C interface to MATLAB. It provides a function engEvalString() which takes some MATLAB code as a C string (char *), evaluates it, then returns MATLAB's output as a C string ...
2
votes
1answer
85 views
How to use “global static” variable in matlab function called in c
Hi I'm currently coding in MATLAB and C. I have compiled MATLAB functions into a C shared library using MATLAB Compiler (mcc), and called the functions in the shared library in a C++ program.
Can a ...
1
vote
1answer
101 views
Calling Matlab Compiler from inside C# app throws exception
I found this code to invoke the Matlab compiler, it works fine when the function is called from Matlab command prompt, I build this function to .Net Assembly but whenever I try to use it in my C# app ...
0
votes
0answers
45 views
Removing lagging and trailing zeros in an audio recording
I was posed a question to make an audio recording of the word sad;
a. remove the dc content and normalize the recordings
b. remove the lagging and trailing zeros in the sample i recorded.
These are ...
1
vote
0answers
85 views
i cant compile matlab generated code, it gives me a linker error what is the correct step i have to follow?
i was trying to learn matlab to C workflow and i used a matlab coder to generate C/C++ code from this .m file
function c = simpleProduct(a,b) %#codegen
c=a*b;
and after the code has been ...
0
votes
1answer
94 views
How to calculate run time memory in Matlab? [closed]
Today i am developing one IEEE paper. In that paper mentioned about run time memory. How to calculate run time memory of a program in Matlab?
0
votes
0answers
80 views
Can not locate libmwmclmcrrt for Matlab2010 deployment
I am trying to deploy a simple Matlab function for example
function [] = testmcc(x)
disp(x)
end
and the use mcc -m testmcc.m in Matlab 2010a and Matlab 2010b
However, I received this error
...
1
vote
1answer
50 views
complex looping using Matlab
Let there be five matrices given as:
A= [A1 A1 A1 A1 A1; A2 A2 A2 A2 A2; A3 A3 A3 A3 A3]
B= [B1 B1 B1 B1 B1; B2 B2 B2 B2 B2;B3 B3 B3 B3 B3]
C=[ C1 C1 C1 C1 C1; C2 C2 C2 C2 C2; C3 C3 C3 C3 ...
0
votes
1answer
78 views
Undefined function 'insertObjectAnnotation'
I have recently installed matlab R2012a when i type ver i see
Computer Vision System Toolbox Version 5.0 (R2012a)
along with other toolboxes. I suppose this means ...
-1
votes
1answer
52 views
Generating the remaining values from a matrix using Matlab
Suppose there is a matrix generated using for loop which is given as
A = [ 1 3 4 ;...
5 8 9 ;...
6 3 8 ]
Let another matrix be generated from a given A matrix as
B = [ 5 3 8 ]
My ...
0
votes
0answers
72 views
Compile custom made Toolbox with Matlab Compiler into Shared C++ Library
I am trying to compile the MIRtoolbox (http://bit.ly/cfwKFj) for Matlab into a C++ shared library so that I can use it in a C++ application I am working on at university.
I am however having trouble ...
0
votes
1answer
112 views
Why is my deployed MATLAB application unable to generate a new figure?
I have built a GUI with some text boxes and a pushbutton. When I execute the GUI from MATLAB, it produces the desired plot on a separate window. The plot is created by a function that is stored in the ...
1
vote
5answers
381 views
How do I generate pair of random points in a circle using Matlab?
Let a circle of known radius be plotted in MATLAB.
Assume a pair of random points whose location has to be determined in terms of coordinates (x1,y1) (x2,y2)..(xn,yn). Pairs should be close to each ...
2
votes
1answer
240 views
Logarithmic Least Square Method on Matlab
How can I use this function y=(a*x)./(b+x) to approximate this data
x = [1.5 4 5 8 12 16 17], y = [1.6 2.6 2.4 3.2 3.4 3.6 3.4] with the least square method using matlab?
I used logarithms and got ...
4
votes
2answers
123 views
MATLAB Engine: engEvalString() won't return if given incomplete input
I'm using the MATLAB Engine C interface on OS X. I noticed that if engEvalString() is given an incomplete MATLAB input such as
engEvalString(ep, "x=[1 2");
or
engEvalString(ep, "for i=1:10");
...
0
votes
0answers
109 views
matlab .exe files from .m file
i have created an .exe file from .m file. in target PC i have installed MCR. but some functions cannot be done like 'edge' functions. it say the following error :
'???Invalid MEX-file ' ...
3
votes
2answers
154 views
Why can't MATLAB deploytool output exe file?
deploytool works well until creating exe file using mbuild then get this error:
Executing command: mbuild -O -v -output "U1" -I"e:\Mat2009\work\ntst1\U1\src" "e:\Mat2009\work\ntst1\U1\src\U1_main.c" ...
1
vote
1answer
95 views
Is Parallel Computing Toolbox Supported by Matlab Coder?
I am developing a parallel application using the Matlab parallel computing toolbox. I am wondering if I can convert the application using Matlab Coder for C/C++? Can Parallel Application developed ...
0
votes
0answers
26 views
How to properly access a saved network in .mat format to simulate neural network from a call in java [duplicate]
Possible Duplicate:
Storing MATLAB structs in Java objects
here is my matlab function which will be called in java:
function A = simulateNetworks(netDirectory,input)
|
| netDirectory = ...
0
votes
0answers
167 views
Error: Attempt to execute SCRIPT as function
I'm new to MATLAB and I'm trying to run the exact code given in Matlab's Help: Color based segmentation using Kmeans.
I need to use Kmeans for my image but I keep getting this error:
error: ...
0
votes
0answers
57 views
I have this code for Normal Distribution in Matlab but it doesn't work [duplicate]
Possible Duplicate:
my Matlab code doesn’t give me the correct results .How can i fix it it
I have this code for Normal Distribution in Matlab but it doesn't work. Could anybody explain me ...
4
votes
1answer
114 views
Why does the first call to a Matlab DLL take much longer than subsequent calls?
I call from my C++ code a DLL that was written in MATLAB.
I observe a strange effect: the first call takes much more time that the next calls.
It takes 3-4 times more.
Is it normal?
Is it possible to ...
1
vote
4answers
116 views
Remove all the rows with same values in MATLAB
I've a matrix like this:
1 2 4
4 5 6
1 2 4
7 9 6
1 2 4
and i want delete the same rows.
My new matrix should be
4 5 6
7 9 6
how can I do this?
2
votes
1answer
58 views
Matlab function for dependency analysis
I'm looking for a programmatic way to run a dependency analysis. The analysis would tell me all the toolboxes used by a given project.
The function would be similar to "Tool for analyzing matlab ...
3
votes
1answer
123 views
Matlab add native libraries to path programmatically
Background
I have a Matlab codebase (or App now with r2012b), that I distribute to users.
This app uses JNI with native libraries (several .dll files). On my local machine, this requires entries in ...
1
vote
3answers
142 views
Supressing console (disp) output for compiled MATLAB > Java program (using MATLAB Compiler)
Edit 2 After recieving a response from Mathworks support I've answered the question myself. In brief, there is an options class MWComponentOptions that is passed to the exported class when ...
4
votes
1answer
254 views
Create a DLL from MATLAB
I have created a DLL in MATLAB which provides me an interface to my .m functions.
Now I would like to use it with the MCR Runtime Library. (MCR = Matlab Compiler Runtime).
I am calling this DLL from ...




