What problem does it solve?
This Skill helps you write correct MATLAB or GNU Octave code for scientific computing so you can reliably perform matrix-based analysis, simulations, and visualizations.
Core Features & Use Cases
- Matrix and linear algebra workflows for solving systems, decompositions (LU/QR/SVD), eigenvalues, and norms.
- Data import/export pipelines for CSV, Excel, MAT files, images, and tables using MATLAB-native functions.
- Plotting and scientific visualization for 2D/3D figures, customization, and exporting results for reports.
- Automation-ready scripting patterns for batch processing of datasets, running functions, and maintaining compatibility across MATLAB and GNU Octave.
- Cross-compatibility guidance to write code that works across MATLAB and GNU Octave with fewer surprises.
Quick Start
Ask the skill to generate MATLAB/Octave code that reads a CSV file, runs a simple analysis (e.g., summary statistics), and saves a plot image.