Surfplot with surface color as a function of gradient (slope)
32 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Karthik Vemireddy
il 8 Ago 2018
Modificato: Karthik Vemireddy
il 9 Ago 2018
Hi,
I would like to plot a surface plot, where i would like to vary the surface color based on the gradient of z instead of its magnitude. Is there a way to do it?
Thanks and Regards
0 Commenti
Risposta accettata
Più risposte (1)
Yuvaraj Venkataswamy
il 8 Ago 2018
if true
surf(X,Y,Z)
end
surf(X,Y,Z) creates a three-dimensional surface plot. The function plots the values in matrix Z as heights above a grid in the x-y plane defined by X and Y. The function also uses Z for the color data, so color is proportional to height.
0 Commenti
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!