필터 지우기
필터 지우기

Isopleth

조회 수: 2 (최근 30일)
Karen
Karen 2011년 12월 3일
Hi, Does anyone have a file for making isopleths? Thanks, Karen

채택된 답변

Sven
Sven 2011년 12월 3일
Hi Karen, do you mean that you'd like to make a contour plot? You can try this (from the docs for contour()):
Z = peaks;
[C,h] = contour(Z);
t_handle = clabel(C,h);
set(t_handle,'BackgroundColor',[1 1 .6],'Edgecolor',[.7 .7 .7])
Is that what you were looking for?
  댓글 수: 1
Karen
Karen 2011년 12월 3일
Thank you! This helps.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Antenna and Array Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by