You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This script allows you to simply place your point cloud .xyz files into the 'indata' folder and then run the script and your output will be a uniformly spaced grid in .mat and .xyz formats.
Point cloud files DO NOT need to be uniformly spaced or provide full coverage of your domain. Point cloud files can be named ANYTHING, as long as they are in the 'indata' folder (and end in .xyz). You may also use as many point clouds as you want.
This file comes pre-loaded with two point clouds as demonstrations. If you run it without modification, it will create a grid of Palau.
% DIRECTIONS:
% 1. download the full 'easy_grid' directory
% 2. leaving all directory structures the same, place your own point clouds
% in .xyz or .mat format in the 'indata' directory
% 3. Any point clouds that you want to omit can go in the 'omit'
% directory
% 4. specify your lat/lon bounds, output resolution, and output
% name below.
% 5. run create_grid.m and watch it work!
% 6. a log file will be created in the same directory as create_grid
%
% NOTE: if using a .mat file as input, it must contain only one matrix
% and it must be in point cloud format. ie, it must be organized
% into 3 columns for x, y, and z, respectively. The name of the
% matrix in the .mat file does not matter.
%
Cite As
Cameron Sparr (2026). easy_grid (https://se.mathworks.com/matlabcentral/fileexchange/33568-easy_grid), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.3.0.0 (212 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
