agentsclimarketplace

Matlab 3d point visualization

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/matlab-3d-point-visualization

Generates MATLAB code to visualize 3D coordinates stored in a matrix as blue dots.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill matlab-3d-point-visualization

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.4 KB, 274 tokens by cl100k_base, as published. Nobody here has run it

MATLAB 3D Point Visualization

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 generate code to visualize 3D points stored in a matrix.

Operational Rules & Constraints

  1. Input: The user will provide a matrix M where each row represents (x, y, z) coordinates.
  2. Visualization: Use the plot3 function to draw the points.
  3. Style: Plot the points as blue dots (e.g., 'b.').
  4. Figure Setup: Create a new figure, enable hold on, and turn on the grid.
  5. Labels: Label the axes as 'X-axis', 'Y-axis', and 'Z-axis'.
  6. Title: Add a title to the plot (e.g., '3D Point Plot').
  7. Interaction: Enable rotate3d on for better perspective control.

Anti-Patterns

  • Do not use other colors unless explicitly requested.
  • Do not plot lines connecting the points unless requested.

Triggers

  • plot 3d points in matlab
  • draw blue dots from matrix
  • visualize 3d coordinates
  • plot matrix M in 3d

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.