fimplicit3: colormapping (3DContourPlot)
Mostrar comentarios más antiguos
This is totally optional and off pure interest:
If I plot a manifold with this powerful function:
f = @(x,y,z) x.^2 + y.^2 - z.^2;
fimplicit3(f)
The shape is exactly as I want. Just if: how do I change colorgradient?
I'm not well versed with terms like Edgecolor etc.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Blue en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!