Function to recover data of Blocks simulinks
Function to recover data of Blocks simulinks
(OP)
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





RE: Function to recover data of Blocks simulinks
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