필터 지우기
필터 지우기

corr2 on simulink don't code genaration

조회 수: 1 (최근 30일)
tsai kai shung
tsai kai shung 2017년 10월 18일
댓글: tsai kai shung 2017년 10월 20일
The function 'corr2' is not supported for standalone code generation. See the documentation for coder.extrinsic to learn how you can use this function in simulation.
what function can replace this function on the simulink simulation?

채택된 답변

Birdman
Birdman 2017년 10월 18일
There is the necessary function and its embedded model in a MATLAB Function in Simulink. Hope this helps. You need to have the m file and the model at the same directory.
  댓글 수: 11
Birdman
Birdman 2017년 10월 19일
A=[1 2 3 4] and B=[3 4 5 6]. In constant block in simulink, just type the array, don't write A=[1 2 3 4]. Write [1 2 3 4] only.
tsai kai shung
tsai kai shung 2017년 10월 20일
i use the BWimage input

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 管理设计数据에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!