Using linspace outside of field data areas?
    4 views (last 30 days)
  
       Show older comments
    
    Harald von der Osten
 on 28 Jul 2021
  
    
    
    
    
    Edited: Walter Roberson
      
      
 on 2 Aug 2021
            I have data like this one (data: irregular in xyz, no data in the white area):

and would like to resample it using linspace. How can I force linspace to do this within the data range and set outside values to NaN? Otherwise the result will be like this one:

Thanks a lot for each hint,
Harald
0 Comments
Accepted Answer
  Walter Roberson
      
      
 on 28 Jul 2021
        Use scatteredInterpolant() with the Extrapolation Method set to 'none'
8 Comments
  Walter Roberson
      
      
 on 1 Aug 2021
				Could you confirm that the data you use to plot the above is scattered? 
And is it correct that you want to interpolate only within "connected" regions? So the "islands" should be done separately, and the "holes" are not to be filled? And the area that looks like it might be a wafer, the white gap should not be filled? 
What about the small white areas around the black dots?
More Answers (0)
See Also
Categories
				Find more on Creating and Concatenating Matrices 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!



