How can I sum two plots that don´t have the same number of elements?

2 次查看(过去 30 天)
I have the following case which represents the pressure distribution over a profile:
I want to separate the intrados and extrados sections and calculate the sum of it. I´ve divided my data but the 2 parts don´t have the same number of elements. For example, I have 170 data points for the entire plot and 94 of them are data from intrados and the rest is extrados.
I can divide it and represent it:
but I have troubles with performing the sum. I need to create extra points somehow so the 2 data sets have the same number, how can I do it?

采纳的回答

Sam Chak
Sam Chak 2022-5-26
I think one of the methods is to perform data interpolation using interp1 so that both curves are interpolated at the same point coordinates.
https://www.mathworks.com/help/matlab/ref/interp1.html
  6 个评论
Andriy Voshchenko
Andriy Voshchenko 2022-5-27
Oh, that´s actually more useful. Will probably need to solve more cases so the automatic detection and separation on intrados/extrados will accelerate things a lot. Will try to implement it now. Thanks a lot!

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by