how to implement in simulink
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
how should i do following equations in simulink
phi_dot = sin (phi)*K*F
w _dot = -K*F*sin(phi)
in these equation how should i implement "sin(phi)"
in simulink
thank you
0 Commenti
Risposta accettata
ChristianW
il 26 Feb 2013
phi -> sin(phi) with Trigonometric Function block
phi_dot -> phi with Integrator block
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!