plotting two columns of values data at workspace

3 visualizaciones (últimos 30 días)
Povi Nike
Povi Nike el 8 de Ag. de 2012
Comentada: maziar el 15 de Mayo de 2021
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 comentario
Walter Roberson
Walter Roberson el 8 de Ag. de 2012
Do you "simulation" in the sense that this is to be done in Simulink ?

Iniciar sesión para comentar.

Respuesta aceptada

Povi Nike
Povi Nike el 8 de Ag. de 2012
Thank you.

Más respuestas (1)

Titus Edelhofer
Titus Edelhofer el 8 de Ag. de 2012
Hi,
if you want to plot them against each other:
plot(xxx.signals.values(:,1), xxx.signals.values(:, 2))
Titus

Categorías

Más información sobre View and Analyze Simulation Results en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by