how to show matlab scope results on gui?

조회 수: 4 (최근 30일)
abdulwahab alnajdi
abdulwahab alnajdi 2021년 2월 15일
답변: Reshma Nerella 2021년 2월 18일

답변 (1개)

Reshma Nerella
Reshma Nerella 2021년 2월 18일
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!

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by