How to shift my data in Y direction ?

1 回表示 (過去 30 日間)
Amneh Alshawabka
Amneh Alshawabka 2019 年 4 月 23 日
コメント済み: Walter Roberson 2019 年 4 月 23 日
How I can shift the red coloerd data or the black coloerd data in the image below thus both are starting at same points in the y dierction so I will be able to compare the data?
Any suggestion? Please!!!
  2 件のコメント
Walter Roberson
Walter Roberson 2019 年 4 月 23 日
Walter Roberson
Walter Roberson 2019 年 4 月 23 日
minred = min(red_data);
minblack = min(black_data);
base = min(minred, minblack);
plot(time, red_data - base, 'r', time, black_data - base, 'k')

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeGeometric Transformation and Image Registration についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by