summation of two curves with different data points
2 ビュー (過去 30 日間)
古いコメントを表示
I am having a hard time to plot the summation of the following curves as the numbers and values of data points of each curve (in blue and black) are different.
0 件のコメント
回答 (1 件)
Cris LaPierre
2020 年 3 月 31 日
You are plotting against time. The easiest thing I can think of is putting the underlying data into a timetable and then using the retime function to obtain data points at the same time step in both data sets.
If you are using Live Scripts, there is even an interactive task you could use. Read more about that here.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Preprocessing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!