plotting two columns of values data at workspace

3 ビュー (過去 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
  1 件のコメント
maziar
maziar 2021 年 5 月 15 日
Thank you.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeView 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