MATLAB: Plot Simulink scope in App designer

app designerMATLABmatlab guisimulink

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?

Best Answer

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:
Related Question