rearrange an equation in simulink

2 ビュー (過去 30 日間)
Pablo Sevilla
Pablo Sevilla 2021 年 9 月 7 日
コメント済み: Pablo Sevilla 2021 年 9 月 8 日
I have the following equation modelled in simulink:
y=D·sin(C·arctan(B·x -E·(B·x - arctan(B·x))))
where x is the input variable and B,C,D and E are constants. So I can obtain the y value for any x input.
Lets say I want the other way around, puting an y value as input and get x value. Is there any easy way to do that? or do I need to do all the math to get x=f(y) and create another model?
Thank you!

回答 (2 件)

Paul
Paul 2021 年 9 月 7 日
I'm not necessarily recommending this, but since you asked you can try an Algegbraic Constraint block.
  1 件のコメント
Pablo Sevilla
Pablo Sevilla 2021 年 9 月 8 日
It worked!
The Algebraic Constraint block did the trick!
Thank you!

サインインしてコメントする。


cr
cr 2021 年 9 月 7 日
No known blocks/methods to pull off such a thing in Simulink. Did you try symbolic math?
  1 件のコメント
Pablo Sevilla
Pablo Sevilla 2021 年 9 月 8 日
Thanks for the suggestion. I've tried to get x=f(y) with the "solve" and "isolate" commands but it seems that matlab couldnt isolate x in this formula.

サインインしてコメントする。

カテゴリ

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

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by