フィルターのクリア

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 Center および File Exchange管理设计数据 についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!