필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
sairohith mudduluru
sairohith mudduluru 2018년 2월 22일
편집: sairohith mudduluru 2018년 2월 22일
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.

답변 (1개)

KSSV
KSSV 2018년 2월 22일
편집: KSSV 2018년 2월 22일
Read the documentation of contour, you cn extract the required coordinates.
[X,Y,Z] = peaks(100) ;
[C,h] = contour(X,Y,Z) ;
C
  댓글 수: 1
sairohith mudduluru
sairohith mudduluru 2018년 2월 22일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Contour Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by