Simulink from first order
1 次查看(过去 30 天)
显示 更早的评论
Hello, does anyone know how to fix this error for simulink? The graph does not come out.
0 个评论
采纳的回答
Rhea Chandy
2021-5-3
Hi Hassan,
From the error message you showed, it looks like the MATLAB function you entered into the Interpreted MATLAB Function Block is not being recognised. It seems like you've used the function 'first_order' which isn't a documented MATLAB function. More information what is supported in the Interpreted MATLAB function block can be found here : Interpreted MATLAB Function
If you are trying to implement a first order hold, or an first order transfer function, the following blocks might help you better:
If you are trying to implement a MATLAB Function you've written, try the MATLAB Function block
0 个评论
更多回答(1 个)
另请参阅
类别
在 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!