photo

RW


Attivo dal 2016

Followers: 0   Following: 0

Statistica

MATLAB Answers

8 Domande
2 Risposte

RANK
13.548
of 300.851

REPUTAZIONE
3

CONTRIBUTI
8 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
12.5%

VOTI RICEVUTI
3

RANK
 of 21.094

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.294

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 9 anni fa | 0 risposte | 1

0

risposte

Domanda


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

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 9 anni fa | 0 risposte | 1

0

risposte

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

circa 9 anni fa | 0

Domanda


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

circa 9 anni fa | 1 risposta | 1

1

risposta

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

circa 9 anni fa | 0

Domanda


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

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


??? 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(:))...

circa 9 anni fa | 1 risposta | 0

1

risposta