Plot function displays only until 10 seconds irrespective of simulink simulation runtime
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Vasanth kumar Electrical Sastra
el 11 de Oct. de 2021
Comentada: Mathieu NOE
el 12 de Oct. de 2021
I've built a simulink model and imported the data to matlab. As I'm using this data with the plot function, the data is only being plotted until 10 seconds irrespective of the runtime of the simultion in simulink. Please guide on how to obtain plotted data for required runtime in the plot function.
1 comentario
Mathieu NOE
el 12 de Oct. de 2021
hello
there are two factors that impact the size of exported data from simulink
1/ the simulation runtime
2/ check in the simulink blocks used for data export that there is no option like "max samples" (with a given value) ticked. Untick this limitation so now the only factor that size your data is the simulation runtime
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!