maskoverlay

Version 1.0.0 (61,6 KB) von Chad Greene
A MATLAB function to easily overlay a mask.
33 Downloads
Aktualisiert 30 Aug 2021

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)

Zitieren als

Chad Greene (2024). maskoverlay (https://github.com/chadagreene/maskoverlay), GitHub. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2021a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Tags Tags hinzufügen

Community Treasure Hunt

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

Start Hunting!

Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden

Version Veröffentlicht Versionshinweise
1.0.0

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.