필터 지우기
필터 지우기

Record block isn't producing a "recordout" field

조회 수: 1 (최근 30일)
David
David 2023년 8월 12일
답변: Fangjun Jiang 2023년 8월 14일
I am recording a sine wave and a ramp in simulink using the record block. When I go into the workspace and type "out" into the cmd line, the only field available to me is "tout". How do I make sure that the record block has a "recordout" field? Because when I open the record's block parameters, it just takes me to some graphs
  댓글 수: 1
Walter Roberson
Walter Roberson 2023년 8월 13일
In the diagram you show, the model does not do anything except have a couple of input signals and a record block. What sample rate did you configure, and what simulation stop time did you configure? And did you configure discrete or continuous simulation?

댓글을 달려면 로그인하십시오.

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2023년 8월 14일
"out" is a Simulink.SimulationOutput object. By default, it records the root level outputs. You don't have any Outport blocks.
The simulation has been run. out.tout shows that.
Repeat your step above and then double click the Record block, check "Record to Workspace" button and re-run the simulation, then you will see out.recordout

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by