integrator block
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Andreas Goser
il 30 Gen 2012
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.
Vedere anche
Categorie
Scopri di più su Simulink Functions in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!