필터 지우기
필터 지우기

plotting two columns of values data at workspace

조회 수: 4 (최근 30일)
Povi Nike
Povi Nike 2012년 8월 8일
댓글: maziar 2021년 5월 15일
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
Walter Roberson
Walter Roberson 2012년 8월 8일
Do you "simulation" in the sense that this is to be done in Simulink ?

댓글을 달려면 로그인하십시오.

채택된 답변

Povi Nike
Povi Nike 2012년 8월 8일
Thank you.

추가 답변 (1개)

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

카테고리

Help CenterFile Exchange에서 View and Analyze Simulation Results에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by