Respondida
Problem in converting for loop in matlab into vhdl code
Hi Amanpreet, This error is because of the following: 1. In code generation, unbounded 'for' loops are not supported. 2...

alrededor de 10 años hace | 1

| aceptada

Respondida
How to use -singleCompThread with MATLAB Builder JA ?
Hi Damien, I think the MCR is by default single-threaded. The same is mentioned in <http://www.mathworks.in/matlabcentral/an...

alrededor de 10 años hace | 0

Respondida
How to install a C compiler for Matlab 2013a 64 bit version?
Hi Kalyani, The C compiler you would want to install depends on what features of MATLAB you would like to use. For example...

alrededor de 10 años hace | 0

Respondida
Error using * Matrix dimensions must agree. please help.
Hi JJ Kena, I think the error is because one row of DBF is 1X3, and g2 is also 1X3. So, when it tries to multiply both of the...

alrededor de 10 años hace | 1

| aceptada

Respondida
im using 'accumarray' function in my prgm.I need to convert my prgm to C code using CODER but 'accumarray' does not support this conversion.Is tre any means to convert it or any otr options?????pls leme know
Hi Karthik, You are right. The function 'accumarray' is not supported by MATLAB Coder, as you can see in the list <http://www...

alrededor de 10 años hace | 2

| aceptada

Respondida
mexw64-files - MatCont package
Hi Daniel, I am adding to what Geoff Hayes mentioned in his answer above. Yes, you are right. MEX stands for MATLAB Execut...

alrededor de 10 años hace | 0

Respondida
find specific parameter in multiple m-files
Hi Yonatan, Ctrl+Shift+f would open a 'Find Files' window. In that, you can search the parameter, in this case, 'sigma' in th...

alrededor de 10 años hace | 7

| aceptada

Respondida
How do I get 2D c# array from MWArray?
Hi Sharad, I think the following link would help you create and pass matrices to methods in a MATLAB generated DLL: <http:...

alrededor de 10 años hace | 0

Respondida
How to compile Matlab code for a .NET x86 application
Hi Yair, I think that the best way to do this is to do the following: 1. Install 32-bit MATLAB (on the 64-bit machine itse...

alrededor de 10 años hace | 0

Respondida
Assign number to symbol in cell array
The behaviour which you have pointed out is expected, because you are setting the value of the cell array element A{1} to 2, but...

alrededor de 10 años hace | 1