how to interpolate multiple shape data set
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
Rishi
am 4 Jan. 2024
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!
Siehe auch
Kategorien
Mehr zu Interpolation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!