Agent skill · Design & Presentation

matlab-convert-aerospace-coordinates

Perform aerospace unit conversions, time conversions, coordinate frame transformations, and rotation representations using Aerospace Toolbox. Use when converting units (length, velocity, angle, acceleration, angular velocity, force, mass, pressure, temperature, density), computing Julian dates or decimal years, transforming between coordinate frames (ECEF, ECI, LLA, flat Earth, geodetic/geocentric, NED, body, wind, stability), or working with rotation representations (Euler angles, DCM, quaternion, Rodrigues vector). Also use when the user asks about aerospace coordinate systems, reference fra

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-convert-aerospace-coordinates --agent claude-code

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

Facts
Files in the skill folder: 5
SKILL.md size: 17 KB
Bundled scripts: none
Version: 1.2
Declared author: MathWorks
Path: skills-catalog/aerospace/matlab-convert-aerospace-coordinates/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

# Aerospace Fundamentals Core Aerospace Toolbox functions for unit conversions, time conversions, coordinate transformations, and rotation representations. ## When to Use - Converting between aerospace unit systems (SI, imperial, nautical) - Computing Julian dates, modified Julian dates, decimal years, or TDB time - Transforming positions between ECEF, ECI, LLA, or flat Earth frames - Converting between geodetic and geocentric latitude - Building DCMs for frame transformations (ECI↔ECEF, ECEF↔NED, body↔wind, body↔stability) - Converting between Euler angles, DCMs, quaternions, and Rodrigues vectors - Using the `quaternion` object for rotation math, interpolation, or composition - Identifying which coordinate frame data is expressed in ## When NOT to Use - Atmosphere models (`atmosisa`, `atmoscoesa`) — use `matlab-compute-aerospace-environment` - Airspeed corrections (`correctairspeed`) — not covered here - Orbit propagation or satellite maneuvers — use Aerospace Toolbox, Aerospace Blockset or Satellite Communications Toolbox - Navigation-specific transforms (`lla2enu`, `lla2ned`) — use Navigation Toolbox - Simulink blocks — use `/model-based-design-core:building-simulink-models` wi

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Workflow
  4. Key Functions
  5. Unit Conversions
  6. Time Conversions
  7. Coordinate Transformations
  8. Rotation Representations
  9. Quaternion Object
  10. Quaternion Math (Array-Based)
  11. Patterns
  12. Unit Conversion
  13. Time Conversion
  14. LLA ↔ ECEF
Ships with 4 files
  • manifest.yaml
  • references/coordinate-systems.md
  • references/rotation-conventions.md
  • references/unit-conversion-guide.md
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-convert-aerospace-coordinates skill do?

Perform aerospace unit conversions, time conversions, coordinate frame transformations, and rotation representations using Aerospace Toolbox. Use when converting units (length, velocity, angle, acceleration, angular velocity, force, mass, pressure, temperature, density), computing Julian dates or decimal years, transforming between coordinate frames (ECEF, ECI, LLA, flat Earth, geodetic/geocentric, NED, body, wind, stability), or working with rotation representations (Euler angles, DCM, quaternion, Rodrigues vector). Also use when the user asks about aerospace coordinate systems, reference fra

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-convert-aerospace-coordinates --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