Where can I find Fcn block in simulink in matlab R2022a?
220 views (last 30 days)
Show older comments
In previous realeses of Matlab there was the "Fcn" block when I used Simulink, How can I avoid this problem in Matlab R2022a?
0 Comments
Answers (3)
Steven Lord
on 15 Apr 2022
I'm guessing you want either MATLAB Function or Interpreted MATLAB Function.
6 Comments
Andreas
on 12 Jan 2023
@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
on 12 Jan 2023
You can try if the following blocks from the older release still work in your system.

0 Comments
See Also
Categories
Find more on Simulink Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!