maskoverlay

版本 1.0.0 (61.6 KB) 作者: Chad Greene
A MATLAB function to easily overlay a mask.
33.0 次下载
更新时间 2021/8/30

maskoverlay

A MATLAB function to easily overlay a mask on a plot. Works with opaque or semitransparent masks of any specified color.

Here's an example where an opaque black mask and a semitransparent red mask have been overlaid on a pseudocolor background:

%% Opaque black mask:
maskoverlay(x,y,mask1) 

% Semitransparent red mask: 
maskoverlay(x,y,mask2,'color',[1 0 0],'alpha',0.5)

引用格式

Chad Greene (2024). maskoverlay (https://github.com/chadagreene/maskoverlay), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库