To export data from Simulink to MATLAB workspace, you can use ‘To Workspace’ block from ‘Sinks’ in ‘Simulink’ library and set the datatype of output as ‘timeseries’ in ‘Save format’ column.
Also, if you want to get all the outputs separately then you should uncheck the option ‘Single simulation output’ in configuration settings.
Hope this will help you.