Effacer les filtres
Effacer les filtres

Contour plot question: can I create more than one contour value line?

1 vue (au cours des 30 derniers jours)
Auryn_
Auryn_ le 18 Jan 2017
Hello, In the script:
x = -3:0.125:3;
y = -3:0.125:3;
[X,Y] = meshgrid(x,y);
Z = peaks(X,Y);
v = [1,1];
figure
contour(X,Y,Z,v),
is it possible to add more values contour lines (for example v = [2,2]) in the same figure? Thanks in advance for your reply.

Réponses (0)

Catégories

En savoir plus sur Contour Plots 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!

Translated by