Arnab De
MathWorks
Followers: 0 Following: 0
Estadística
0 Preguntas
15 Respuestas
CLASIFICACIÓN
1.680
of 301.793
REPUTACIÓN
42
CONTRIBUCIONES
0 Preguntas
15 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
11
CLASIFICACIÓN
of 21.423
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 176.593
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
ERROR: Wavelet + MATLAB Coder
There must be other assignments to the variable 'c' where the assigned value is single. If you want 'c' to be single, change the...
alrededor de 8 años hace | 0
Coder Cannot define entrypoint for classdef
The entry point to MATLAB Coder must be a function. MATLAB classes are not supported as entry points. You can define a function ...
más de 10 años hace | 0
| aceptada
Doubt regarding emxArray_real_T generated from Matlab Coder.
See the doc for <http://www.mathworks.com/help/coder/ug/c-code-interface-for-unbounded-arrays-and-structure-fields.html?searchHi...
alrededor de 11 años hace | 0
Can not coder conversion
See <http://www.mathworks.com/help/simulink/ug/rules-for-using-variable-length-argument-lists-for-code-generation.html# this art...
alrededor de 11 años hace | 0
' CODER.VARSIZE is not applicable to 'mxArray' problem while trying to use MATLAB Coder
The value of the variable |pre_img| comes from the output of some extrinsic function. Such variable are of 'mxArray' type. If yo...
alrededor de 11 años hace | 1
How to compile a Matlab script using Matlab coder which calls a Simulink model
In order to call an external C function from your MATLAB code that you want to use for code generation, you need to use <http://...
más de 11 años hace | 0
Coder: issue replacing variables with constant values
MATLAB Coder only respects the interface of the entry point function. Although you did not specify your codegen command, I guess...
alrededor de 13 años hace | 1
Coder: issue replacing variables with constant values
If an expression (such as myconfig.A) has a constant value in all executions of the program, MATLAB Coder tries to use that cons...
alrededor de 13 años hace | 1
Matlab Coder : Size Mismatch Issue
As C is statically typed, MATLAB Coder needs to compute a static type for all variables in the program, which also involves comp...
alrededor de 13 años hace | 0
Matlab Coder Segmentation fault
Your C code, in its present form, will not compile. I suspect that the executable you have is a stale result of compilation of a...
alrededor de 13 años hace | 1
| aceptada
How can I get rid of type-punned pointer warnings in my MATLAB coder generated C code?
It appears that the problem is caused by the strict aliasing optimization. Please try compiling the generated C code with |-fno-...
más de 13 años hace | 2
Using coder.extrinsic with "spectrum.periodogram" in simulink?
From your code, it appears that spectrum is not a function, but a class. |coder.extrinsic| declaration does not work with clas...
más de 13 años hace | 1
| aceptada
Some of my variables are not initialized when converted to C using Coder
The variables x_est and p_est are not used in the MATLAB code. Therefore the compiler eliminates them.
más de 13 años hace | 3
| aceptada
Code generation for fuzzy logic model and recursive function with the Matlab Coder
You can declare the functions not supported by MATLAB Coder as <http://www.mathworks.com/help/toolbox/eml/ref/coder.extrinsic.ht...
casi 14 años hace | 0
Code generation and class handle
Currently in MATLAB Coder, handle objects can be assigned to class properties only in the constructor of the class. This restric...
casi 14 años hace | 1
| aceptada



