Filter löschen
Filter löschen

corr2 on simulink don't code genaration

1 Ansicht (letzte 30 Tage)
tsai kai shung
tsai kai shung am 18 Okt. 2017
Kommentiert: tsai kai shung am 20 Okt. 2017
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?

Akzeptierte Antwort

Birdman
Birdman am 18 Okt. 2017
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 Kommentare
Birdman
Birdman am 19 Okt. 2017
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 am 20 Okt. 2017
i use the BWimage input

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu 管理设计数据 finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!