How can I extract data from the hardware simulation to excel from time 0 seconds ?

I'm unable to extract the data from hardware simulation to excel from time 0 seconds. I'm getting values from time 60 seconds insted of 0 seconds.

2 Comments

Can you provide the data that you are working on and what commands you have tried?
Its hardware simulation, i didn't use any commands, company designed that simulink in matlab

Sign in to comment.

Answers (1)

Hello Marabathina,
There might be several possible reasons for the simulation to capture the result from 60 seconds instead of 0 seconds:
  • Check if the simulation start time is set to 0 seconds in the configuration parameters under the ‘solver’ options.
  • And assuming you are using a data logging feature or a To Workspace block in Simulation, make sure it’s configured to start logging at the begging of the simulation.
These are a few of the possible reasons that I can think of that can solve your issue.
For More information you can refer this documentation to understand more about the start time inside the solve pane of configuration parameters: https://in.mathworks.com/help/simulink/gui/starttime.html
I hope this was helpful!!
Best regards,
Saurabh Singh

Categories

Find more on Simulink Design Optimization in Help Center and File Exchange

Answered:

on 14 Feb 2024

Community Treasure Hunt

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

Start Hunting!