Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Function to recover data of Blocks simulinks

Status
Not open for further replies.

sensib

Industrial
Joined
Sep 29, 2006
Messages
1
Location
FR
Hello I tried to start to create one Plug-in on Matlab but I found that that is used for nothing to continue if one knows where one recovers the infos Blocks. Is there a function on Matlab which helps us to recover information on my Blocks simulink to import them in another file? Does this function exist on Matlab?? Thank you in advance

 
sensib,

It is very difficult to understand what your question is.

My only guess is that you wish to take output data from a simulink simulation and passit to a file or workspace variable.

To take output from a block and transfer it to the workspace or a file look for the "sinks". These ar blocks that only accept an input. The basic package ones contain: To File, To Workspace, Terminator, Out.

From here its pretty self explanitory.

If you are trying to read something else from a simulink block please specify more clearly.

BSK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top