matlab-analyze-data
OfficialTurn tabular data into actionable insights
Data & Analytics#data cleaning#missing data#grouping#timetable#matlab#table analysis#time-series smoothing
Authormatlab
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you generate idiomatic MATLAB code to analyze tabular and time-series data efficiently and correctly, reducing the chance of wrong functions or error-prone handling of missing values.
Core Features & Use Cases
- Tabular and timetable analysis: explore, clean, transform, aggregate, and answer questions using
tableandtimetableworkflows. - Missing/outlier/range-safe processing: use MATLAB-native missing detection and cleaning patterns (
ismissing,standardizeMissing,fillmissing,isoutlier/rmoutliers,clip/isbetween) instead of brittle comparisons. - Time-aware operations: convert to
timetableto unlock spacing-aware resampling and time-based computation (table2timetable,retime,smoothdata,timerange,synchronize). - Real-world examples: generating code for tasks like “summarize by region,” “find top-N rows,” “clean missing values then compute group stats,” and “analyze trends with smoothing and change points.”
Quick Start
Use the matlab-analyze-data skill to write MATLAB code that summarizes and cleans a table T with columns such as dates, categories, and numeric measurements, then computes grouped statistics and answers specific questions about the results.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: matlab-analyze-data Download link: https://github.com/matlab/matlab-agentic-toolkit/archive/main.zip#matlab-analyze-data Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.