I plot a contour with Z value with specific value

조회 수: 6 (최근 30일)
Tin Truong Chanh
Tin Truong Chanh 2020년 8월 19일
댓글: KSSV 2020년 8월 19일
I want if plot a countour with specific value of Z , in this case is 1 but, it have the two cases of variable of x,y equal to 1 and -1479, it has been ploted both, But i just plot value at Z=1, Plsease help me. thanks.
b2=contour(fbb./fs_i,Coss_bb./1e-12,fQ_b,[1,1],'--','LineWidth',3,'color','g');

채택된 답변

KSSV
KSSV 2020년 8월 19일
c = contour()
c also carries the points (x,y) of each/ different level which you have specififed. You can pick the points (x,y) you want and plot them using plot. You can dislay the level using text command.
  댓글 수: 6
Tin Truong Chanh
Tin Truong Chanh 2020년 8월 19일
Sorry, but i did not catch your ideal. Because of i want to plot as the same coordinates with original courtour figure. How can i do that, Thank you so much!
KSSV
KSSV 2020년 8월 19일
Use plot..in here you can specify your marker, line specifications, color and you can bel using text.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by