please help me I want to import data to wok space and export data from work space during simulation in the same model ?

2 views (last 30 days)
In my model I want to collect A set of numbers (which is variable by changing the switch ) I want to equal the output of summation to variable (N) where I want this variable in another block like gain the problem in work space is save date after simulation end I want to read N during simulation (where N is variable) The figure of model is attached below How can I do it??

Answers (1)

A Jenkins
A Jenkins on 2 Feb 2015
  5 Comments
MAB
MAB on 3 Feb 2015
I am grateful to you But you still not understand me N is a variable number (may be change from 0 to inf(i.e 8 or 10 or 0)) I can not define it (during simulation N is changing but not change in block(gain or wind turbine)) I used to workspace but I can only get data after stopping the simulation, but what I want is getting data during runtime and send these data to another program (or any block in the same model ) so that the program can get the correct data it needs???? How can I do it?????? How can I import and export data in the same model during simulation??? I appreciate your respone
A Jenkins
A Jenkins on 5 Feb 2015
Simulink is not intended to be used that way, which is why I am proposing solutions slightly different than what you are asking.
The proper solution is to make modifications to your blocks such that "N" is a signal and not a parameter.
To learn why, and potential "hacks" (with their own drawbacks) such as using set_param(), see this article.

Sign in to comment.

Categories

Find more on Wind Power in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!