Agent skill · Data & Analytics

matlab-import-tracking-data

Import raw data (CSV, XLSX, TXT, or MATLAB tables) into formats used by Sensor Fusion and Tracking Toolbox. Handles both ground truth trajectories and sensor detection data. For truth: builds trackingScenarioRecording, tuning timetable, truthlog, or converted table. For sensor data: builds task-oriented dataFormat structs (preferred) or objectDetection arrays (legacy). Use when importing flight logs, GPS logs, radar detections, IR measurements, lidar/camera bounding boxes, ADS-B data, AIS ship tracks, or any recorded data for use with trackers, filter tuning, or tracker evaluation.

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-import-tracking-data --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 11
SKILL.md size: 17 KB
Bundled scripts: none
Version: 1.1
Declared author: MathWorks
Path: skills-catalog/radar/matlab-import-tracking-data/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Tracking Data Import Import raw data into MATLAB for use with Sensor Fusion and Tracking Toolbox. Handles ground truth trajectories and sensor detection data. Writes plain MATLAB code. ## When to Use - User has recorded trajectory/position data and wants to replay, tune filters, or evaluate trackers - User has sensor measurements (radar, IR, lidar, camera, sonar) and wants to feed them to a tracker - User mentions flight logs, GPS logs, ADS-B, AIS, radar recordings, lidar point clouds, camera detections - User asks about `trackingDataImporter`, `objectDetection`, `trackerSensorSpec`, `dataFormat`, or importing data for trackers ## When NOT to Use - User is generating synthetic scenarios from scratch (use `trackingScenario`) - User already has data in the correct SFTT format - User needs to design a tracker or write tracking algorithms (use the multi-object-tracking skill) - User is working with raw signal processing (waveform design, range-Doppler maps) --- ## Routing: What Kind of Data? ### Step 1: Determine data type Ask: "What kind of data are you importing?" | User's data | Route | |---|---| | Recorded positions/trajectories (truth, GPS, flight logs) | **Truth pathway** | | S

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Routing: What Kind of Data?
  4. Step 1: Determine data type
  5. Step 2 (sensor data only): Identify sensor type and target application
  6. Truth Pathway
  7. Step 1: Ask the User (2 questions only)
  8. Step 2: Inspect the Data
  9. Step 3: Propose Mapping — Let User Confirm/Edit
  10. Step 4: Ask About Output Frame (geo data only)
  11. Step 5: Generate and Run Code
  12. Step 6: Visualize
  13. Sensor Pathway: Task-Oriented (Preferred)
  14. Step 1: Select sensor spec
Ships with 10 files
  • manifest.yaml
  • references/code-patterns.md
  • references/coordinate-transforms.md
  • references/custom-measurement-models.md
  • references/interpreter-categories.md
  • references/objectDetection-patterns.md
  • references/output-formats.md
  • references/sensor-data-formats.md
  • references/time-and-units.md
  • references/visualization.md
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-import-tracking-data skill do?

Import raw data (CSV, XLSX, TXT, or MATLAB tables) into formats used by Sensor Fusion and Tracking Toolbox. Handles both ground truth trajectories and sensor detection data. For truth: builds trackingScenarioRecording, tuning timetable, truthlog, or converted table. For sensor data: builds task-oriented dataFormat structs (preferred) or objectDetection arrays (legacy). Use when importing flight logs, GPS logs, radar detections, IR measurements, lidar/camera bounding boxes, ADS-B data, AIS ship tracks, or any recorded data for use with trackers, filter tuning, or tracker evaluation.

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-import-tracking-data --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.

Keep going