photo

RW


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
2 답변

순위
13,548
of 300,863

평판
3

참여
8 질문
2 답변

답변 채택
12.5%

획득한 표
3

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,413

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

대략 9년 전 | 답변 수: 0 | 1

0

답변

질문


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

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 9년 전 | 답변 수: 0 | 1

0

답변

답변 있음
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...

대략 9년 전 | 0

질문


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

대략 9년 전 | 답변 수: 1 | 1

1

답변

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

대략 9년 전 | 0

질문


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

대략 9년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 9년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 9년 전 | 답변 수: 1 | 0

1

답변