How to use scatteredInterpolant on given data?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ibro Tutic
am 8 Dez. 2015
Kommentiert: Rena Berman
am 6 Mai 2021
Hi all.
I am not quite sure on how to use scatteredInterpolant. I tried reading up on it, but it doesn't make sense to me since I don't have a function v. All I have are points that I need plotted/interpolated. I attached a csv document with some sample data (not actual values, just place holders). Thanks for any help.
Akzeptierte Antwort
Walter Roberson
am 9 Dez. 2015
You appear to be wanting to do an 11-dimensional scattered interpolation. Unfortunately MATLAB does not have any scattered interpolation routines that work in more than 3 dimensions, but gridded interpolation can. In a previous discussion Kelly provided a means to convert a scattered vector to gridded information, but it can potentially take up a lot of memory.
On the other hand, you indicate that you want to be able to plot this. There is no way you will be able to plot in 11 dimensions: there are not enough graphics attributes available for more than about 7 dimensions (not saying the plot would be easy to read for that many dimensions...)
3 Kommentare
Walter Roberson
am 10 Dez. 2015
Ummm, it is your data file, and you said the points were in the file, without specifying rows or columns...
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Distribution Plots 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!