I'm attempting to determine the maximum value of a signal (SIMULINK) . The max block returns the exact same signal back to me. What can I do to extract the maximum value?

3 ビュー (過去 30 日間)
.

採用された回答

Christopher Wallace
Christopher Wallace 2018 年 7 月 17 日
If you want to do it purely in Simulink you could do something like this:
If you only need the data after the simulation is ran you could output the signal using the ToWorkspace block and then post process the data.
  5 件のコメント
Christopher Wallace
Christopher Wallace 2018 年 7 月 17 日
Hi Ziad,
Thanks for your explanation. I changed the model slightly, does this work for you?
If not, if you could upload your input data and a screenshot of your model I'd be glad to take a look.
Best, Chris
Ziad Almalak
Ziad Almalak 2018 年 7 月 17 日
Thank you, my model finally worked!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTest Model Components についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by