photo

RW


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

8 Preguntas
2 Respuestas

CLASIFICACIÓN
13.548
of 300.853

REPUTACIÓN
3

CONTRIBUCIONES
8 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
12.5%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
 of 21.094

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 171.319

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


codegen how to specify convert to C++ code or dll rather than C?
codegen the command explanations always say C/C++. But I want to specify converting to C++ rather than C, it says it can do so "...

alrededor de 9 años hace | 0 respuestas | 1

0

respuestas

Pregunta


codegen doesn't support fit function, is there a work around way to implement same functionality?
I use codegen to generate C code from Matlab code. In Matlab code, I use fit function for a simple linear fit z=a+b*x+c*y. Also...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


codegen will replacing a subfunction with dummy function work?
I am using codegen to convert a Matlab code to C. Part of the code contains quite a few Matlab functions that are not supported ...

alrededor de 9 años hace | 0 respuestas | 1

0

respuestas

Respondida
codegen nz = filtfilt(ones(1,8)/8,1,nz) error: Dimension 2 is fixed on the left-hand side but varies on the right ([:? x 1] ~= [:? x :?]).
find a get around: nz=nz(:); %so nz is a vector; nz_1 = filtfilt(ones(1,8)/8,1,nz);%RW:insert constant value of n_fil...

alrededor de 9 años hace | 0

Pregunta


codegen nz = filtfilt(ones(1,8)/8,1,nz) error: Dimension 2 is fixed on the left-hand side but varies on the right ([:? x 1] ~= [:? x :?]).
I use codegen to generate C code from Matlab code. in a Matlab sub-function, I have the following code: nz=nz(:); %so ...

alrededor de 9 años hace | 1 respuesta | 1

1

respuesta

Respondida
using codegen hist(z, sqrt(length(z)) error scalar X must be constant
thanks a lot. That works

alrededor de 9 años hace | 0

Pregunta


using codegen hist(z, sqrt(length(z)) error scalar X must be constant
I use codegen to generate C code from Matlab code. in a Matlab sub-function, I have a line of code: [nz, bins] = hist(z, sq...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


codegen -args {example_inputs} what should example_inputs be for MWArray args
I use codegen to generate C code from Matlab code. according to codegen syntax, I need to put examples of function arguments in ...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


codegen error diff(a)~=0
I use codegen to generate C code from Matlab code. in the Matlab function, I have a line of code: a=quantile(double(reshape...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


??? Unexpected MATLAB operator (:) when using codegen to generate C code
I use codegen to generate C code from Matlab code. in the Matlab function, I have a line of code: a=quantile(double(z(:))...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta