How would I create a simulink model for the lift equation?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How would I create a Simulink model to model the equation for lift of an aircraft using the equation:
L=CPv^2A/2
Thanks
0 commentaires
Réponse acceptée
Jim Riggs
le 19 Déc 2018
Modifié(e) : Jim Riggs
le 19 Déc 2018
The gain block can go just about anywhere.
2 commentaires
Jim Riggs
le 5 Sep 2019
Modifié(e) : Jim Riggs
le 5 Sep 2019
In the figure, above, I used the "Math Function" block. You will find this on the "Math Operations" page in the Simulink Library Browser. After you copy the block to your model, double-click it and select the function "square".
Or, you can simply use a multiplication block where you put the same signal into both input ports:
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!