Simulink raise model output to 1.5 power

78 views (last 30 days)
Ahrash Dastmalchi
Ahrash Dastmalchi on 21 May 2020
Edited: Jonas on 26 May 2020
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

Answers (1)

Jonas
Jonas on 26 May 2020
Edited: Jonas on 26 May 2020
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.

Categories

Find more on Simulink in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!