Respondida
Code generation requires variable 'ac' to be fully defined before subscripting it. Code generation requires variable 'an' to be fully defined before subscripting it. Code generation requires variable 'A11' to be fully defined before subscripting it.
Like Walter suggested you need to fully difine variables size before accessing it. You can use %#codegen pragma at the beginni...

alrededor de 3 años hace | 0

Respondida
Is there any alternative to configureKalmanFilter that works for Matlab coder?
Below page gives the information about the list of functions supported for code generation in the latest release. https://www....

más de 3 años hace | 0

Respondida
How to call matlab generated function from c program?
You have to include the appropriate header files which contains the generated function declaration. Then you can directly call t...

más de 3 años hace | 0

| aceptada

Respondida
How to Generate.dll file without C or C++ code?
Can you please explain your question a little bit ? What do you mean by "without C/C++ code" and why do you want to do it that w...

más de 3 años hace | 1

Respondida
How to convert std vector to coder::array
Below document shows an example of creating a coder array and filling up it's values https://www.mathworks.com/help/coder/ug/us...

más de 3 años hace | 0

Respondida
Access pointer to struct in Matlab Coder
The struct type is opaque for the MATLAB Coder. So it will not have the information about he fields. Can you please try the belo...

más de 3 años hace | 0

| aceptada

Respondida
Coder varsize unbounded second dimension
I will try to explain with an example. What does it mean by fixed dimesion ? Consider below example function [x,y] = usevars...

más de 3 años hace | 1

| aceptada

Respondida
Fixed point coder log10 implementation
The function "log10" is supported for code generation in the latest version (R2020b) of MATLAB. You can find the list of support...

más de 3 años hace | 0

Respondida
What is the proper syntax for feeding a C struct (defined in a header file) to a MATLAB function?
You are almost there. I just want to clarify few things. Let's say that the struct that you have difined looked like below : ...

más de 3 años hace | 1

| aceptada

Respondida
Recursive data structure error in mex compiling of object-oriented program
Unfortunately MATLAB Coder does not support recursive data structures yet. It is documented in the below page : https://www.mat...

más de 3 años hace | 2

Respondida
??? Unable to determine that every element of 'C1{:}' is assigned before this line.
This is happening because of the assignment C1=FraDecMultiLevel(u,D,Level); "FraDecMultiLevel" is returning a multi dimension...

más de 3 años hace | 0

Respondida
Matlab Coder fails generation for slerp() call with double quaternions
Solution 1 : Remove the single cast function [D] = getInterpolatedTransforms(q0,t0,q1,t1,steps,correction) D = zeros(4,4,steps...

más de 3 años hace | 0

| aceptada

Respondida
??? Dimension 1 is fixed on the left-hand side but varies on the right ([256 x 256] ~= [:? x :?]) when running codegen command
I have modified the sample code attached and made it work. Please use "codes_modified" file and run below command : codegen Sp...

más de 3 años hace | 0

| aceptada

Respondida
How to split the function when generating code with MATLAB coder.
You can try coder.inline('never') in your MATLAB Functions. Below is the documentation for the same. https://in.mathworks.com/...

más de 3 años hace | 1

Respondida
How do I use fprintf with MATLAB Coder?
How are you generating code ? Are you using Coder App or Command Line ? As the error says, you cannot pass an array as input wh...

más de 3 años hace | 0

| aceptada

Respondida
How-to change the definition of fundamental data types with MATLAB Embedder Coder for C++?
Thanks for elaborating your issue. From your above explaination I see that you want to use custom types like replacing "int32_T"...

más de 3 años hace | 0

Respondida
Are point cloud functions supported on Simulink Realtime?
Below is the list of functions supported for code-generation : https://in.mathworks.com/help/coder/ug/functions-and-objects-sup...

más de 3 años hace | 0

| aceptada

Respondida
Generate code: source code or mex file ?
From your description I am assuming that you are using coder app. When the "build type" is "Source code" it is not suppose to g...

más de 3 años hace | 1

| aceptada

Respondida
Do I need to recompile MEX if I edit a function?
When you generate code for "fun1" (which is called as "entry-point function" in code generation terminology), codes will be gene...

más de 3 años hace | 1

| aceptada

Respondida
First argument must be a vector.; Function call failed.
I can see that you are using MATLAB R2018a. The codegen support for filtfilt is improved significanlty in the later releases. I...

más de 3 años hace | 0

| aceptada

Respondida
How to avoid Main file and interface file system for Code Generation ?
settings -> Code generation -> templated -> Generate an example main program is the correct way of disabling the generate main....

casi 4 años hace | 0

| aceptada

Respondida
Is the optimization toolbox compatible with the Matlab Coder ?
Below is the list of functions supported for codegeneration : https://www.mathworks.com/help/referencelist.html?type=function&c...

casi 4 años hace | 1

| aceptada

Respondida
input is not supported for code generation
The below page gives link to the list of supported functions for C / C++ code generation : https://www.mathworks.com/help/coder...

casi 4 años hace | 1

| aceptada

Respondida
Using #defines within generated C++ code
Why dont you include the header-guard before hand and then include the header using coder.cinclude() ? Below answer is trying t...

casi 4 años hace | 0

Respondida
Error: " The invoked code did not call entry-point function "
As Ameer told your test file should call the entry-point function to automatically infer the types. More detail is present in th...

casi 4 años hace | 0

Respondida
Something to replace 'dir' command?
Below is the list of functions supported for code generation : https://www.mathworks.com/help//referencelist.html?type=function...

casi 4 años hace | 0

Respondida
xlsread equivalent command for Matlab Coder
Below is the list of functions supported for C/C++ codegeneration : https://www.mathworks.com/help//referencelist.html?type=fun...

casi 4 años hace | 0

Respondida
code generate for rigidBodyTree
Handle objects are not supported as entry point input / ouput for codegeneration : https://www.mathworks.com/help/simulink/ug/h...

casi 4 años hace | 0

| aceptada

Respondida
LQR and c2d not available with matlab coder.
Unfortunately these two functions are not supported C/C++ code generation yet. I have made an internal request to support these ...

alrededor de 4 años hace | 0

Respondida
lloydsAlgorithm function for matlab coder
This is a File Exchange Submission file and not a inbuilt function provided by MathWorks. This function is not supported for cod...

alrededor de 4 años hace | 0

Cargar más