matlab/matlab-agentic-toolkit
DirSkills catalogs 25 skills from this repository, across 4 categories: AI Engineering, Automation, Data, DevOps.
🛰️
1w ago
Aerospace Fundamentals
Aerospace Fundamentals performs aerospace unit, time, coordinate-frame, and rotation conversions using Aerospace Toolbox. Use it when converting between frames, Julian dates, or rotation forms such as Euler angles, DCMs, quaternions, and Rodrigues vectors.
Automation
938115
🛣️
1w ago
Build RoadRunner Scenario From OpenSCENARIO
Build RoadRunner Scenario From OpenSCENARIO recreates a RoadRunner scenario from an OpenSCENARIO 1.x file using MATLAB. Use it to convert a .xosc into a programmatic scenario script, including positions, trajectories, references, and logic that can be mapped.
DevOps
938115
🛰️
1w ago
Compute Aerospace Environment
Compute Aerospace Environment calculates atmosphere, gravity, wind, magnetic field, geoid, ephemeris, space weather, and Earth orientation properties for aerospace analysis and navigation corrections. Use it when MATLAB prompts need standard atmosphere, gravity, magnetic, or IERS/Aerospace Toolbox environment data.
Data
938115
🛠️
1w ago
Deploy Embedded Code
Deploy Embedded Code configures MATLAB Coder and Embedded Coder for embedded hardware targets, including memory limits, hardware settings, and PIL/SIL verification. Use it when generating code for microcontrollers or boards like STM32 and Raspberry Pi.
DevOps
938115
🚗
1w ago
Driving Data Importer
Driving Data Importer loads raw driving sensor logs into scenariobuilder objects and runs preprocessing such as sync, crop, offset correction, and timestamp normalization. Use it when converting datasets like KITTI, nuScenes, Waymo, ROS bags, or CSV/MAT/video files for later scenario work.
Automation
938115
🤖
1w ago
Embedded AI Deployment
Embedded AI Deployment helps deploy neural networks to embedded hardware with MATLAB, Simulink, and Embedded Coder. Use it to import, compress, simulate, and generate C or CUDA for Cortex-M/A/R, x86, or GPU targets.
DevOps
938115
🚗
1w ago
Euro Ncap Variants
Euro Ncap Variants generates Euro NCAP seed scenarios, variants, descriptors, and reports with the ADT support package. Use it to translate between drivingScenario and RoadRunner or compute NCAP scores.
Automation
938115
🧠
1w ago
Import Deep Learning Models
Import Deep Learning Models brings PyTorch, ONNX, and Keras/TensorFlow models into MATLAB as dlnetwork objects. Use it when converting .pt2, .pt, .onnx, or .keras files and when checking import errors or output validation.
AI Engineering
938115
📈
1w ago
Interactive Curve Fitting
Interactive Curve Fitting guides no-code curve and surface fitting in the Curve Fitter app. Use it to explore fit types, exclude outliers, compare fits, and export results to MATLAB code, the workspace, figures, or Simulink lookup tables.
Data
938115
🗺️
1w ago
Lanelet2 To RRHD Converter
Lanelet2 To RRHD Converter converts Lanelet2 .osm maps into RoadRunner HD Map .rrhd files in MATLAB. Use it when importing Lanelet2 road networks into RoadRunner and preserving lanes, junctions, signs, markings, and barriers.
DevOps
938115
🛠️
1w ago
MATLAB AI Model Deployment
MATLAB AI Model Deployment generates MEX, C/C++, or CUDA code from PyTorch ExportedProgram or LiteRT models for use in applications or Simulink. Use it when you need to verify inference in MATLAB and then deploy the model as a library, executable, or GPU-accelerated build.
DevOps
938115
📊
1w ago
MATLAB Classify Tabular Data
MATLAB Classify Tabular Data compares classifiers on tabular datasets, including data preparation, cross-validation or holdout evaluation, hyperparameter optimization, and statistical tests. Use it to find strong models and judge whether accuracy differences are significant.
AI Engineering
938115
⚙️
1w ago
MATLAB Generate Code
MATLAB Generate Code generates, verifies, and refines C/C++ or CUDA code from MATLAB using MATLAB Coder, Embedded Coder, GPU Coder, and MATLAB Test. It also helps write codegen-ready MATLAB with %#codegen, coder.* directives, and code generation constraints.
AI Engineering
938115
🔗
1w ago
MATLAB Share Content
MATLAB Share Content helps you upload MATLAB files to GitHub, MATLAB Drive, or File Exchange and generate Open in MATLAB Online links. Use it when you want to share code or open local files in MATLAB Online.
Automation
938115
🧠
1w ago
MATLAB Train Network
MATLAB Train Network trains, evaluates, and exports neural networks in MATLAB using trainnet, dlnetwork, and related APIs. Use it to migrate legacy deep learning code, run inference, or speed up custom training and dlaccelerate workflows.
AI Engineering
938115
🧪
1w ago
Matlab Create Experiment
Matlab Create Experiment plans an Experiment Manager experiment from code or a problem description. It is used to sweep parameters, compare configurations, and generate the experiment setup or training function.
AI Engineering
938115
📊
1w ago
Matlab Machine Learning Apps
Matlab Machine Learning Apps opens Classification Learner and Regression Learner to train, compare, evaluate, and export tabular machine learning models. Use it when you want to work in the app, test on held-out data, inspect plots, or export a trained model.
AI Engineering
938115
🚗
1w ago
Matlab Sumo Co-Simulation
Matlab Sumo Co-Simulation builds Simulink models that connect to Eclipse SUMO for synchronized traffic co-simulation. Use it to read vehicle state, control an ego vehicle, generate traffic, and validate ADAS scenarios through TraCI.
Automation
938115
🗺️
1w ago
RRHD Authoring
RRHD Authoring builds RoadRunner HD Map entities in MATLAB using the roadrunnerHDMap API. Use it to create lanes, boundaries, junctions, signs, signals, barriers, and parking from scratch or from converted map data.
Automation
938115
🗺️
1w ago
RoadRunner Asset Mapping
RoadRunner Asset Mapping provides lookup tables for RoadRunner project asset paths used when converting map formats to RRHD. It helps resolve lane markings, signs, signals, barriers, and static object assets from source map data.
Data
938115
🛣️
1w ago
RoadRunner Core
RoadRunner Core sets up the MATLAB RoadRunner connection and manages project, scene, and scenario lifecycle tasks. Use it to initialize rrApp, set world origin or scene bounds, check status, and close RoadRunner safely.
DevOps
938115
🛣️
1w ago
RoadRunner Scenario Authoring
RoadRunner Scenario Authoring programmatically creates RoadRunner scenarios from MATLAB using roadrunnerAPI. Use it to add actors, routes, phase logic, and scenario patterns like cut-ins or pedestrian crossings.
AI Engineering
938115
🚗
1w ago
RoadRunner Scenario Simulation
RoadRunner Scenario Simulation runs RoadRunner scenarios from MATLAB and Simulink, including stepping, actor control, observers, sensors, logs, and scenario variables. Use it when you need to simulate or co-simulate an existing scenario, not to author scenes or scenarios.
AI Engineering
938115
🗺️
1w ago
RoadRunner Scene Import
RoadRunner Scene Import loads RRHD and OpenDRIVE files into a RoadRunner scene for visualization and verification. Use it when importing driving maps, checking conversion results, or configuring scene build options in MATLAB.
Automation
938115
🚗
1w ago
Scenario Builder
Scenario Builder generates simulation-ready driving scenes, trajectories, road surfaces, and 3D assets from recorded GPS, camera, lidar, and actor-track data. Use it to build or export scenarios for RoadRunner, drivingScenario, OpenSCENARIO, OpenDRIVE, OpenCRG, or Unreal Engine.
Automation
938115