Accessing the State of a Simulink Memory Block

1 回表示 (過去 30 日間)
Greg
Greg 2013 年 5 月 16 日
Is it impossible to get/set the state of a Memory block in a Simulink model? When I create the simplest possible model with a Memory block (inport, memory block, outport), none of the Simulink functions which are supposed to identify states in the model can find the state of that Memory block. Simulink.BlockDiagram.getInitialState() and the "model" command both return empty lists of states. Despite the fact that the Memory block actually lets me name its state!
Am I missing something here? This lack of functionality seems pretty destructive to my ability to interrogate my simulation programmatically, which is already incredibly limited as it is.

採用された回答

Kaustubha Govind
Kaustubha Govind 2013 年 5 月 16 日
From what I understand, the Memory block is so designed that it's state cannot be accessed/logged. I believe you need to use the Unit Delay block (which is an equivalent block) if you'd like to access the state. The Memory block reference page explains this.
  1 件のコメント
Greg
Greg 2013 年 5 月 16 日
Oh, excellent. Much easier than I thought it would be.
Thanks!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEvent Functions についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by