maskoverlay

Version 1.0.0 (61,6 ko) par Chad Greene
A MATLAB function to easily overlay a mask.
33 téléchargements
Mise à jour 30 août 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)

Citation pour cette source

Chad Greene (2024). maskoverlay (https://github.com/chadagreene/maskoverlay), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2021a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

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

Start Hunting!

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
1.0.0

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.