Simulink raise model output to 1.5 power

82 vues (au cours des 30 derniers jours)
Ahrash Dastmalchi
Ahrash Dastmalchi le 21 Mai 2020
Modifié(e) : Jonas le 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

Réponses (1)

Jonas
Jonas le 26 Mai 2020
Modifié(e) : Jonas le 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.

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by