Simulink raise model output to 1.5 power

82 ビュー (過去 30 日間)
Ahrash Dastmalchi
Ahrash Dastmalchi 2020 年 5 月 21 日
編集済み: Jonas 2020 年 5 月 26 日
Hi I am working on a lab and in the last part need to model my simulation to have its output raised to the 1.5 power. I see how to square the model using math functions but am looking to set it up so the block reads u^1.5

回答 (1 件)

Jonas
Jonas 2020 年 5 月 26 日
編集済み: Jonas 2020 年 5 月 26 日
You need to use the Math block and select the 'pow' function.
Alternatively, you can use the Fcn block and use u(1)^1.5 if you want to hard-code the exponent.

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by