What problem does it solve? Writing correct MATLAB or GNU Octave code for matrix operations, data analysis, and scientific visualization requires knowing hundreds of functions and syntax details, and this Skill provides structured guidance and references to produce working scripts quickly. ## Core Features & Use Cases - Numerical Computing Guidance: Covers matrix operations, linear algebra, ODE solving, optimization, statistics, and signal processing with ready-to-adapt code patterns. - Visualization and Data I/O: Provides 2D/3D plotting, figure export, and file import/export recipes for CSV, Excel, MAT files, and images. - MATLAB/Octave Portability: Documents syntax differences and compatibility rules so scripts run in both MATLAB and the free GNU Octave interpreter. - Use Case: A researcher needs to load experiment CSVs, fit a curve, solve a differential equation, and export publication-quality plots; the Skill supplies the exact functions and patterns for each step. ## Quick Start Ask the assistant to write a MATLAB script that loads a CSV file, computes descriptive statistics, and saves a labeled plot as a PNG.