how to show matlab scope results on gui?

3 visualizaciones (últimos 30 días)
abdulwahab alnajdi
abdulwahab alnajdi el 15 de Feb. de 2021
Respondida: Reshma Nerella el 18 de Feb. de 2021

Respuestas (1)

Reshma Nerella
Reshma Nerella el 18 de Feb. de 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!

Categorías

Más información sobre View and Analyze Simulation Results en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by