What problem does it solve?
This Skill helps you write correct MATLAB or GNU Octave code for numerical, scientific, and data-analysis tasks without guessing syntax details.
Core Features & Use Cases
- Matrix and linear algebra: create matrices, solve linear systems, compute decompositions, and work with eigenvalues and SVD.
- Scientific computation and analysis: handle statistics, interpolation, differential equations, and optimization workflows.
- Visualization and data I/O: plot results (2D/3D) and move data between CSV, spreadsheets, MAT files, and images.
- Use cases: turning a problem statement into a MATLAB/Octave implementation for simulations, signal processing experiments, or converting analysis logic between MATLAB and Python-style expectations.
Quick Start
Ask the assistant to generate a MATLAB/Octave script that loads a CSV file, computes a basic statistic per group, and saves a plot as a PNG image.