How to remove (not display) data points from surface fit.
Afficher commentaires plus anciens
Hi,
I have a surface fit which uses the Surface Fitting Tool and has many data points.
They take away from the fit and when looking at a contour plot for example, take up around 50% of the plot.
I have done a quick Google search and looked at Matlab online, but cannot find anything on how to remove them visually from the plot, leaving just the surface fit in all of its glory unobstructed by the data points.
Does anyone have any ideas/solutions?
Thanks for you help! Brendan
1 commentaire
Qinghao Yan
le 30 Avr 2020
Try feval(sfit,x) function
Réponses (1)
Once you have the fitted surface, why not use SURF to do your own plot? I imagine you could also right-click on one of the data points (with the select tool

active) and select "Delete" to get rid of them.
1 commentaire
Sophia
le 12 Jan 2016
When i saw this comment i was not sure, but it works.
Catégories
En savoir plus sur Interpolation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!