plotting two columns of values data at workspace
Afficher commentaires plus anciens
Hello,
I made simulation. There are two columns(1 ,2) of data at xxx.signals.values at workspace. what could be code to plot these columns versus each other to get column1=f(column2) at xxx.signals.values
1 commentaire
Walter Roberson
le 8 Août 2012
Do you "simulation" in the sense that this is to be done in Simulink ?
Réponse acceptée
Plus de réponses (1)
Titus Edelhofer
le 8 Août 2012
Hi,
if you want to plot them against each other:
plot(xxx.signals.values(:,1), xxx.signals.values(:, 2))
Titus
1 commentaire
maziar
le 15 Mai 2021
Thank you.
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!