Simulink raise model output to 1.5 power

86 Ansichten (letzte 30 Tage)
Ahrash Dastmalchi
Ahrash Dastmalchi am 21 Mai 2020
Bearbeitet: Jonas am 26 Mai 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

Antworten (1)

Jonas
Jonas am 26 Mai 2020
Bearbeitet: Jonas am 26 Mai 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.

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by