Where can I find Fcn block in simulink in matlab R2022a?
49 ビュー (過去 30 日間)
古いコメントを表示
In previous realeses of Matlab there was the "Fcn" block when I used Simulink, How can I avoid this problem in Matlab R2022a?
0 件のコメント
回答 (3 件)
Steven Lord
2022 年 4 月 15 日
I'm guessing you want either MATLAB Function or Interpreted MATLAB Function.
6 件のコメント
Les Beckham
2022 年 4 月 15 日
@Sam Chak, oh, yes, I remember that block now. It has been a while since I worked with Simulink. As you said, the Interpreted Matlab Function block appears to be the replacement.
Andreas
2023 年 1 月 12 日
@Sam Chak But the interpreted matlab function is set to be removed in the future as well.
"The Fcn block comes in handy for user who wishes to quickly enter a relatively simple equation such as:
u(1) + sin(u(2))*tan(u(3)) + cos(u(2))*tan(u(3))"
Exactly. Any better way to achive this?
Sam Chak
2023 年 1 月 12 日
You can try if the following blocks from the older release still work in your system.

0 件のコメント
参考
カテゴリ
Help Center および File Exchange で General Applications についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!