-2
votes
0answers
21 views

Benefits of MATLAB [closed]

Im a electronics & comm engineering student of final yr . Does matlab offers any benefit to me and also my future plan is to pursue Ms from abroad so does it help me in that case also. thankx in ...
1
vote
1answer
44 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
1answer
33 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 ...
1
vote
1answer
48 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
139 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
104 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
60 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 ...
1
vote
1answer
60 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
72 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
40 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
80 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
470 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
349 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
119 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
89 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
86 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
104 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
46 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
98 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
82 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
83 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
1answer
114 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
409 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 ...
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
111 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
157 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
100 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
171 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
122 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
62 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
126 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
144 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
271 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 ...
1
vote
1answer
84 views

IPPL with Matlab Compiler Runtime (MCR)

I'm trying to deploy an application from Matlab to JAVA. I use Matlab Builder JA and the Image Processing Toolbox. I create my jar file from Matlab R2012a with the deploytool on MacOSX. When I run my ...
0
votes
1answer
136 views

Matlab m-file compilation

I need to conpile a matlab m-file , "file.m" . I also want to add some helper files and shared resources which are in folders c:\tt\folder1\ c:\tt\folder2\ I can easilty do this using the ...
3
votes
3answers
602 views

How to create reports containing text and figures with MATLAB

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 ...
1
vote
1answer
102 views

How can I add the feature in Matlab GUI Deploytool package that expires the package after a specific expiry date? [duplicate]

Possible Duplicate: How can I make a ‘trial version’ of a matlab GUI How can I add the feature in Matlab GUI Deploytool package that expires the package after a specific expiry date? For ...
0
votes
0answers
93 views

Searching nearest point in different set of points matlab

I need to find the nearest point of Base Station(BS) which is nearer to any one of my Access Point(AP) in a circle. This is my algorithm for the simulation area: AP = randi(1000,12); BS = ...
0
votes
0answers
195 views

Matlab GUI standalone application runtime error on 32-bit only

I have a matlab GUI application that I generate a standalone executable application from it for both [Windows 64-bit] and [Windows 32-bit]. The Windows 64-bit version of the standalone application ...
2
votes
2answers
136 views

What is the scope of Matlab's import function?

I'm trying to turn some code written in Matlab into a standalone, compiled Matlab application. However, after getting some odd errors, I realized that the code makes a lot of use of adding and ...
0
votes
0answers
66 views

Matlab generated DotNet Assembly version

Every time I generate a DotNet Assembly with matlab, It's generated with no assembly information and with version 0.0.0.0 . How can I change the version of generated dll ?
1
vote
1answer
138 views

Running an m file compiled in dll in matlab

So I have an m file that I compiled in C dll form using the Matlab compiler.Note the compiled dll file was originally a matlab file named 'matFunction.m' .Now I want to run this dll from my matlab ...

1 2 3 4 5