Skills by matlab
-
Embedded Ai Deployment
NOASSERTION· ★ 156 · updated 2026-07-28 — This skill guides you through deploying neural networks to embedded systems using MATLAB R2026a and Simulink. Choose between two workflows: rebuild imported models as dlnetwork…
-
Matlab Deploy Ai Model
NOASSERTION· ★ 841 · updated 2026-07-16 — This skill guides you through converting AI models into deployable C/C++ or CUDA code using MATLAB Coder or GPU Coder. It covers the complete workflow from loading PyTorch…
-
Matlab Deploy Embedded Ai
NOASSERTION· ★ 841 · updated 2026-07-16 — Generate production C and CUDA code from neural networks for resource-constrained embedded devices. This skill covers model import from PyTorch, ONNX, and TensorFlow, compression…
-
Matlab Deploy Embedded Code
NOASSERTION· ★ 841 · updated 2026-07-16 — Configure MATLAB Embedded Coder to generate production C/C++ code for microcontrollers and embedded Linux boards like STM32 and Raspberry Pi. Set up processor-in-the-loop (PIL)…
-
Matlab Import External Ai Model
NOASSERTION· ★ 841 · updated 2026-07-16 — Bring trained deep learning models from PyTorch, ONNX, or Keras into MATLAB as dlnetwork objects. The skill handles .pt2 exported programs, traced .pt files, .onnx models, and…
-
Matlab Modernize Code
NOASSERTION· ★ 841 · updated 2026-07-16 — Upgrade outdated MATLAB code by swapping deprecated functions for their modern replacements across file I/O, deep learning, graphics, and UI domains. This skill pairs with static…
-
Matlab Train Network
NOASSERTION· ★ 841 · updated 2026-07-16 — Build and train neural networks in MATLAB using current best-practice APIs (trainnet, dlnetwork, testnet) for classification, regression, and transfer learning tasks. This skill…