Difference Plot in matlab

1 回表示 (過去 30 日間)
SGK
SGK 2024 年 2 月 11 日
移動済み: Torsten 2024 年 2 月 11 日
Hello
I have a set of values of time signal (400x1) and out.values.A (400x1)
Another set of simulated values of time signal (1000x1) and out.values.B (1000x1)
Is it possible to plot the difference plot between A and B (ie. Time signal in X axis and difference between A and B in Y axis).

採用された回答

Torsten
Torsten 2024 年 2 月 11 日
移動済み: Torsten 2024 年 2 月 11 日
You must either interpolate the output values of the first signal to the times of the second signal or the output values of the second signal to the times of the first signal. In both cases use "interp1".

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by