MATLAB: How to send result from block (Simulink) to the Workplace (not array)

MATLABscriptsimulinkvariableworkspace

In the model Simulink I have a block with a number result. I tried to use "To Workplace" block to send the number to the workplace and use it in the script further. However, I get only array of numbers corresponding to time. I used Timeseries, Sctructure and Array, but it didnt help me.
What can be solution to this problem ? How to make this variable to look like other "common" "simple" ones ?

Best Answer

In the 'To Workspace' block select 'Array' as the output type instead of 'Timeseries'