
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?
조회 수: 1 (최근 30일)
이전 댓글 표시
.
댓글 수: 0
채택된 답변
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
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!