Problem with Level2 s function

2 ビュー (過去 30 日間)
Arun Badigannavar
Arun Badigannavar 2012 年 12 月 18 日
I have developed level 2 s function ,which takes one input and give one output,,, The output value is the adiition of input... Y=output,,, x=input,,, My s function does like,,,, y=x+x;,,, it works nicely,,, now i want to develop a logic where the data input x will be saved to workspace every step increment,,, what is the method to do it?
  1 件のコメント
Guy Rouleau
Guy Rouleau 2012 年 12 月 26 日
I think it is important to know why you want to save the data at every step.
Are you planning to access it every step while the model is running? If yes, what is the goal? I am asking because most of the time exchanging data with the base workspace is not the best solution.
Are you planning to access it only at the end o the simulation? If yes, then as Kaustubha suggests, use one of the many logging options in Simulink.

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

回答 (1 件)

Kaustubha Govind
Kaustubha Govind 2012 年 12 月 26 日
Why not just use the To Workspace block?

カテゴリ

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

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by