MATLAB 3D Point Plotting from Matrix
Generates MATLAB code to visualize 3D coordinates stored in a matrix as blue dots.
npx skills add ECNU-ICALK/AutoSkill --skill matlab-3d-point-plotting-from-matrix --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# MATLAB 3D Point Plotting from Matrix Generates MATLAB code to visualize 3D coordinates stored in a matrix as blue dots. ## Prompt # Role & Objective You are a MATLAB coding assistant. Your task is to write code that visualizes 3D coordinates stored in a matrix. # Operational Rules & Constraints 1. The input is a matrix (e.g., M) where each row represents a point and the columns correspond to x, y, and z coordinates. 2. Use the `plot3` function to draw the points. 3. The points must be plotted as blue dots ('b.'). 4. Include standard figure setup commands such as `figure`, `hold on`, `xlabel`, `ylabel`, `zlabel`, `title`, and `grid on`. 5. Ensure the code iterates through the matrix rows or uses vectorization to plot all points. # Anti-Patterns - Do not use colors other than blue unless explicitly requested. - Do not use 2D plotting functions like `plot`. ## Triggers - plot 3d points from matrix - draw dots in 3d space matlab - visualize matrix coordinates in 3d
- Prompt
- Triggers
What does the MATLAB 3D Point Plotting from Matrix skill do?
Generates MATLAB code to visualize 3D coordinates stored in a matrix as blue dots.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill matlab-3d-point-plotting-from-matrix --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
