Beantwortet
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...

etwa 11 Jahre vor | 1

| akzeptiert

Beantwortet
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...

etwa 11 Jahre vor | 0

Beantwortet
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...

etwa 11 Jahre vor | 0

Beantwortet
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...

etwa 11 Jahre vor | 1

| akzeptiert

Beantwortet
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...

etwa 11 Jahre vor | 2

| akzeptiert

Beantwortet
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...

etwa 11 Jahre vor | 0

Beantwortet
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...

etwa 11 Jahre vor | 8

| akzeptiert

Beantwortet
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:...

etwa 11 Jahre vor | 0

Beantwortet
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...

etwa 11 Jahre vor | 0

Beantwortet
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...

mehr als 11 Jahre vor | 1