how to interpolate multiple shape data set

4 次查看(过去 30 天)
I got this error:
Unable to perform assignment because the size of the left side is 1-by-1-by-108-by-4 and the size of the right side is 106-by-4.
Usually I use interp1 to have the same size data that comes out of the function. But the data I have (in attachment) is different, it is x an y axis of multiple shapes and I never handeled this type of data before. Please help if you know how to do it.

回答(1 个)

Rishi
Rishi 2024-1-4
Hey Asliddin,
I understand from your query that you wish to know how to interpolate data which has multiple dimensions. You can use the MATLAB function 'interpn' for this. You can learn more about the function from the following documentation:
Hope this helps!
  1 个评论
Asliddin Komilov
Asliddin Komilov 2024-1-4
thanks, I know the concept of the 'interp' but I don't know what is 'x' or 'v' within my data.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

标签

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by