XY Graph Block Question
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello everyone,
I want to plot the capacity of a battery agains the number of charge-cycles it went through.
Because the Scope can only show the time on the x-axes I use a XY-Graph Block.
With the cycles in the first input and the capacity in the second input, everything works as expected.
But as the graph is drawn during the simulation, the older values dissapear again as the newer ones are being drawn. I want a complete graph with all values from start to finish shown at the end, to compare that curve to curves drawn with other settings.
How is that possible?
Thanks in advance for the help.
0 commentaires
Réponses (1)
Arthi Sathyamurthi
le 20 Juil 2021
Hello Timo,
To plot multiple graphs for different simulation time or for values in the iteration use the To Workspace block and store the output as an array and plot it in MATLAB.
Else if you want to directly visualize and compare the results in Simulink use Simulation Data Inspector.
0 commentaires
Voir également
Catégories
En savoir plus sur View and Analyze Simulation Results dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!