Plot Simulink scope in App designer

조회 수: 31 (최근 30일)
Rahul Murmude
Rahul Murmude 2019년 5월 20일
답변: Jasmine Poppick 대략 16시간 전
I have built an app which interacts with a simulink model, set the block values and runs it. Now in the app I want to include the graph plotted from scope and I need to show a specific value at the output in the app. How to do this?

채택된 답변

Shivam Sardana
Shivam Sardana 2019년 5월 30일
Log the simulation data from Scope block into MATLAB Workspace and then use it in your app. You can refer to the documentation link of Common Scope Block Tasks for logging the data:
  댓글 수: 1
saleh said bouhliga
saleh said bouhliga 2020년 10월 16일
hi
Solution to your question see here
https://se.mathworks.com/matlabcentral/fileexchange/73613-interface-between-matlab-app-and-simulink?s_tid=answers_rc2-1_p4_Topic

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Kilsu Kim
Kilsu Kim 2023년 5월 11일

Jasmine Poppick
Jasmine Poppick 대략 16시간 전
Starting in R2024a, you can use App Designer to interactively create an app for a Simulink model, which includes the capability to easily and performantly visualize signal data in the app using the new time scope UI component.
In addition, you can:
  • Add UI components configured specifically to interact with your model, such as a simulation start/stop control and a simulation progress bar.
  • Tune model variables from the app while the simulation runs by connecting UI components to variables.
For more information, see Create App for Simulink Model.

카테고리

Help CenterFile Exchange에서 View and Analyze Simulation Results에 대해 자세히 알아보기

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by