how to show matlab scope results on gui?

3 views (last 30 days)
abdulwahab alnajdi
abdulwahab alnajdi on 15 Feb 2021
Answered: Reshma Nerella on 18 Feb 2021

Answers (1)

Reshma Nerella
Reshma Nerella on 18 Feb 2021
Hi,
Data can be saved to the MATLAB workspace/mat file through a Simulink Scope block. For data to be saved, you need to set Scope block parameters.
For saving data in workspace, Refer to the documentation page: Set Scope Parameters for Logging to Workspace
For storing in a mat file, Refer to the documentation page: Signal Logging to a File
Once you select the required options and save the data, load the data in the app designer and then plot using the variables.
Hope this helps!

Categories

Find more on View and Analyze Simulation Results in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!