matlab-validate-function-arguments

Installation
SKILL.md

MATLAB Function Argument Validation

Write robust MATLAB functions using arguments blocks with correct semantics for size, class, repeating arguments, and property import.

When to Use

  • Writing a function with an arguments block
  • Using repeating arguments (arguments (Repeating))
  • Writing a class constructor that accepts name-value arguments
  • Migrating from inputParser or validateattributes
  • Reviewing a function signature for implicit conversion pitfalls
  • Choosing between class specs, mustBeA, and validators

When NOT to Use

Installs
11
GitHub Stars
692
First Seen
Jun 8, 2026
matlab-validate-function-arguments — matlab/matlab-agentic-toolkit