Isopleth

5 ビュー (過去 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 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by