Effacer les filtres
Effacer les filtres

can i extract all y values for a x value from a contour plot

1 vue (au cours des 30 derniers jours)
sairohith mudduluru
sairohith mudduluru le 22 Fév 2018
Please fing the attached image.i have vectors for each axis of size 101*101,let say i want all y values for a value of = 500 for all values of z. Thank you.

Réponses (1)

KSSV
KSSV le 22 Fév 2018
Modifié(e) : KSSV le 22 Fév 2018
Read the documentation of contour, you cn extract the required coordinates.
[X,Y,Z] = peaks(100) ;
[C,h] = contour(X,Y,Z) ;
C
  1 commentaire
sairohith mudduluru
sairohith mudduluru le 22 Fév 2018
as far i know contour just plots the vectors..i thought of interp function but its not working..can u tell more on this..thank you.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Contour Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by