Extract Original Gains from exported data
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I have a set of gains that I inputted to a simulation during a lab, I have my extracted lab data that displays the results of the input, but want to find a way to find my original design gains to display in my report table.
Is there a way to find my original gains from my lab data?
Cheers
댓글 수: 2
Image Analyst
2023년 5월 22일
What do you mean "find" your original gains. You inputted them, right? So you have them. There should be no need to "find" them when you already have them.
What do you mean by "display"? Do you just want to include them in a table variable? Or do you want to export them to Excel or print them to the command window? "Display" can be interpreted in tons of ways. What is your way?
답변 (1개)
Moksh
2023년 8월 23일
Hi Matt,
As per my understanding, I am assuming that you have done the simulation in Simulink. There is a feature for ‘Signal Logging’ in Simulink in the ‘Data Import/Export’ tab of the Model Configuration Pane.
First you will have to select the signal you want to log by right-clicking on it and click on ‘Log Selected Signals’. Then in the model configuration pane you can find this variable and select how to store this data and name of the variable in the base workspace.
As an example, I logged the input signal by the variable name ‘logsout’, and it is stored as an output parameter for the simulation.

You can refer to the following document for further clarification regarding 'signal logging' in Simulink.
Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Prepare Model Inputs and Outputs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!