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!