pixplot

Creates a centered pseudocolor (checkerboard) plot.
667 téléchargements
Mise à jour 27 sept. 2010

Afficher la licence

This is basically a wrapper to the pcolor routine which pads the arrays passed to pcolor so that the full array is plotted. It also centers the ticks on the pixels rather than on the edges. The EdgeColor is set to 'none.' This is good for plotting data on a grid when you don't want any interpolation.

The function can handle the X and Y axis arrays being passed as 1-D arrays or 2-D ones.

Citation pour cette source

Samuel Lazerson (2024). pixplot (https://www.mathworks.com/matlabcentral/fileexchange/28714-pixplot), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2010b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Contour Plots dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.0

Added functionality so X and Y axis can be passed as 2D arrays or 1D vectors.

1.0.0.0