How would I create a simulink model for the lift equation?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Jim Riggs
il 19 Dic 2018
Modificato: Jim Riggs
il 19 Dic 2018
The gain block can go just about anywhere.
2 Commenti
Jim Riggs
il 5 Set 2019
Modificato: Jim Riggs
il 5 Set 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:
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!