Determine when function exceeds certain value in Simulink
1 次查看(过去 30 天)
显示 更早的评论
I want to determine at what point function exceeds a certain value, and to use that moment as the time when I will call another function (because that other function is not active until that moment). For example I have a function sin(t), the function x^wshould be run at the moment when the function sin(5) exceeds the value 0.4, so I need to have number (time when fuction is higher than certain value) on output. How do I determine that moment, can I do that using for or while loop in block ,,MATLAB function''?
0 个评论
回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!