How to retain the duplicate data while making contour plots using scatterinterpolant?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am working with a .csv data which have duplicate values. when i am interpolating those data to prepare a contour plot between date (x-axis), time (y-axis) and values at z-axis. I am getting this - Warning: Duplicate data points have been detected and removed - corresponding values have been averaged. I want to retain the duplicate values rather to remove it. please help me out.
6 Kommentare
Walter Roberson
am 8 Okt. 2018
The defined interpolation routines never return the set of all possible solutions implied by duplicate coefficients.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Contour 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!