Réponse apportée
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...

environ 11 ans il y a | 1

| A accepté

Réponse apportée
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...

environ 11 ans il y a | 0

Réponse apportée
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...

environ 11 ans il y a | 0

Réponse apportée
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...

environ 11 ans il y a | 1

| A accepté

Réponse apportée
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...

environ 11 ans il y a | 2

| A accepté

Réponse apportée
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...

environ 11 ans il y a | 0

Réponse apportée
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...

environ 11 ans il y a | 8

| A accepté

Réponse apportée
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:...

environ 11 ans il y a | 0

Réponse apportée
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...

environ 11 ans il y a | 0

Réponse apportée
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...

plus de 11 ans il y a | 1