integrator block
2 次查看(过去 30 天)
显示 更早的评论
Does someone know how I integrate this function in simulink: f(t)=sin(t) within the interval 0 to pi/2? I know in matlab it is this way. >>syms t >>int(sin(t),0,p/2)
0 个评论
回答(1 个)
Andreas Goser
2012-1-30
Based on your question, I'd say Simulink is not the best tool for this.
But you could. You can e.g. uses a sine wave source block and an integrator block and make sure your simulation stops at pi/2.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!