Simulink raise model output to 1.5 power

82 visualizaciones (últimos 30 días)
Ahrash Dastmalchi
Ahrash Dastmalchi el 21 de Mayo de 2020
Editada: Jonas el 26 de Mayo de 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

Respuestas (1)

Jonas
Jonas el 26 de Mayo de 2020
Editada: Jonas el 26 de Mayo de 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.

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by