3D Plot Color Map Gradation
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
can somebody help me to make a 3D plot color like this.
0 commentaires
Réponse acceptée
G A
le 17 Avr 2021
Try this:
cmp=colormap(turbo(256));
caxis([-0.5,0.5]);
cmp1=cmp;
cmp1(1:128,:)=flipud(cmp1(129:256,:));
colormap(cmp1);
colorbar
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Colormaps dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!