matlab-point-cloud-file-io
Read and write 3-D point cloud data using Lidar Toolbox file I/O. Covers PLY, PCD, LAS/LAZ, PCAP (Velodyne/Ouster/Hesai), E57, and IDC (Ibeo) formats. Use when loading point clouds from disk, saving to disk, choosing the correct reader or writer for a file format, extracting or preserving lidar point attributes, reading Ibeo IDC sensor recordings, or converting between formats.
npx skills add matlab/matlab-agentic-toolkit --skill matlab-point-cloud-file-io --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Point Cloud File I/O Read and write 3-D point cloud data in MATLAB using Lidar Toolbox file I/O functions, covering PLY, PCD, LAS/LAZ, sensor PCAP, E57, and IDC (Ibeo) formats. ## When to Use - Loading a point cloud file from disk into a `pointCloud` object - Saving a `pointCloud` object to disk in any supported format - Deciding which reader or writer function to use for a given file format - Reading LAS/LAZ files with selective filtering (ROI, classification, GPS time) - Extracting or preserving lidar point attributes (classification, GPS timestamps, scan angle) - Reading Velodyne, Ouster, or Hesai PCAP sensor recordings frame-by-frame - Reading multi-scan E57 files with indexed access - Reading Ibeo IDC sensor recordings with message-based access - Converting between point cloud formats (e.g., LAS to PLY, PCD to LAZ) ## When NOT to Use - Streaming live sensor data in real time (use `velodynelidar`, `ousterlidar`, `sicklidar`) - Processing or filtering point clouds after reading (use `pcdownsample`, `pcdenoise`) - Reading or writing surface meshes (use `readSurfaceMesh`, `writeSurfaceMesh`) - Saving point cloud variables to MAT-files (use `save`) - Visualizing point clouds (use
- When to Use
- When NOT to Use
- Must-Follow Rules
- Preflight Procedure
- Key Functions
- Decision Framework
- Gotchas
- pcread called on LAS/LAZ file
- Compressed encoding on PLY file
- Using pcwrite for LAS/LAZ output
- Losing attributes with two-argument writePointCloud
- Accessing classification from the wrong object
- Reading all PCAP frames without a loop
- Patterns
What does the matlab-point-cloud-file-io skill do?
Read and write 3-D point cloud data using Lidar Toolbox file I/O. Covers PLY, PCD, LAS/LAZ, PCAP (Velodyne/Ouster/Hesai), E57, and IDC (Ibeo) formats. Use when loading point clouds from disk, saving to disk, choosing the correct reader or writer for a file format, extracting or preserving lidar point attributes, reading Ibeo IDC sensor recordings, or converting between formats.
How do I install it?
Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-point-cloud-file-io --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
