How do I interpolate scattered data colourmap values to output colourmap values of gridded query points
    5 views (last 30 days)
  
       Show older comments
    
    Matthew Nargol
 on 23 Dec 2017
  
    
    
    
    
    Answered: Niraj Gadakari
    
 on 29 Dec 2017
            I have scattered data values each with a colour map scalar value. e.g, x;y;C and I have gridded data in x;y.
I want to interpolate the colour map values to find the C values of the gridded data. How do i go about doing this? I can't seem to work out how to use this using the interpolation functions
Many Thanks, Matthew
0 Comments
Accepted Answer
  Niraj Gadakari
    
 on 29 Dec 2017
        You can try using the "scatteredInterpolant", or "griddedInterpolant" functions.
Here are the documentation links which have examples on using these functions:
0 Comments
More Answers (0)
See Also
Categories
				Find more on Interpolation in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
