Matlab Display Volume

MATLAB API guidance for volshow/viewer3d volume, mesh, and medical image display.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 53184ad

Cross-checked the colorbar workaround against MATLAB's actual Viewer API limits: a plain colorbar() call fails on a viewer3d scene, and the skill's invisible-uiaxes trick plus DisplayRangeMode='12-bit' is exactly what a baseline attempt (isosurface+patch, no display-range handling) gets wrong.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 4/5

What Matlab Display Volume does

Gives MATLAB code patterns for displaying 3-D image volumes, isosurfaces, surface meshes, and medical image volumes with volshow, viewer3d, and images.ui.graphics.Surface, covering colormap/alphamap selection, streaming, ROI annotation, and app-building. Triggers when a user wants to build a volume viewer, overlay masks/segmentations, or add interactive 3-D annotations in MATLAB.

How to install Matlab Display Volume

git clone https://github.com/matlab/matlab-agentic-toolkit
cd matlab-agentic-toolkit
mkdir -p ~/.claude/skills
cp -r skills-catalog/image-processing-and-computer-vision/matlab-display-volume ~/.claude/skills/matlab-display-volume

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Matlab Display Volume

  • /matlab-display-volume MATLAB API guidance for volshow/viewer3d volume, mesh, and medical image display.

It also activates on plain-language prompts like these:

  • Show me how to display this 3D image volume in MATLAB
  • I need to render an isosurface from this medical scan data
  • Help me pick a colormap and alphamap for volshow on this dataset

Frequently asked questions

Is the Matlab Display Volume skill free?
Yes. The skill itself is free from matlab/matlab-agentic-toolkit. SkillProof publishes the install command and an independent test verdict at no cost.
Does Matlab Display Volume work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Cross-checked the colorbar workaround against MATLAB's actual Viewer API limits: a plain colorbar() call fails on a viewer3d scene, and the skill's invisible-uiaxes trick plus DisplayRangeMode='12-bit' is exactly what a baseline attempt (isosurface+patch, no display-range handling) gets wrong.
What is the Matlab Display Volume SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
How do I install Matlab Display Volume?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Matlab Display Volume with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.