How would I create a simulink model for the lift equation?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
채택된 답변
Jim Riggs
2018년 12월 19일
편집: Jim Riggs
2018년 12월 19일
The gain block can go just about anywhere.
댓글 수: 2
Jim Riggs
2019년 9월 5일
편집: Jim Riggs
2019년 9월 5일
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:
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!