MATLAB: Problem with Simulink Integrator block

doubleintegratorMATLABprecisionsimulinksingletimeseries

I'm trying to integrate a data stream that is single precision and keep getting the follow error:
Only 'double' signals are accepted by block type Integrator. The signals at the ports of
'Model/Integrator2' are of data type 'single'.
The data is coming from a simulink "From File" block which is loading a 1×1 single timeseries.
Is there a way to convert the data stream from single to double in Simulink? Or a better way to import this data? It seems that timeseries are always single precision. The timeseries was created from two vectors of equal length. One vector is a series of timesteps, the other a series of data points.

Best Answer

Did you try a Data Type Conversion block?