convert a matrix(double) into structure

11 Ansichten (letzte 30 Tage)
Muruganandham Subramanian
Muruganandham Subramanian am 11 Okt. 2011
Hi everybody, I have done a simultion model regarding load frequency control.In that, i have transfer the output data from model to workspace by using 'to workspace' block in the format of array. Then i have to convert the array to structure with time data, then i will use 'from workspace' block to get those data to actuate another model. for ex. workspace data-->194*1 (double)..To be convert into structure with time data.
thanks in advance

Antworten (1)

Wayne King
Wayne King am 11 Okt. 2011
Hi, Just in case... Do you have the DSP System Toolbox (Signal Processing Blockset)?
You can use the Signal to Workspace block to directly write a structure with time data.
Also, using the To Workspace block, you can use the Save Format parameter to specify that you want to output a structure with time.
Is this what you're asking?
  1 Kommentar
Muruganandham Subramanian
Muruganandham Subramanian am 17 Okt. 2011
Hi,
I have tried...But it's not working..
In this i can't able take the sampled data format(i.e. for every sample of time, i need to give a data).
for ex. If am having an work space data of (194*1) in double. that same data (in either format) i need to give as a input for simulink models. Which block i should use?

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by