How would I create a simulink model for the lift equation?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Fergal Ahern
el 18 de Dic. de 2018
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 comentarios
Respuesta aceptada
Jim Riggs
el 19 de Dic. de 2018
Editada: Jim Riggs
el 19 de Dic. de 2018
The gain block can go just about anywhere.
2 comentarios
Jim Riggs
el 5 de Sept. de 2019
Editada: Jim Riggs
el 5 de Sept. de 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:
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!