フィルターのクリア

How can I create a circular coloured contour plot

2 ビュー (過去 30 日間)
Jackson
Jackson 2014 年 3 月 29 日
コメント済み: Image Analyst 2014 年 3 月 29 日
Hello everyone,
For a practical I am required to create a circular contour plot representing heat, firstly I'll explain the practical.
We heated a circular cast iron BBQ and recorded the temperature at 16 locations on the BBQ every 3 minutes for 30 minutes.
I now need to create a contour plot for each set of measurements taken each 3 minutes. The contour plot must be circular like the BBQ and show the heat distribution of the BBQ, I'm not excellent on Matlab so any help would be greatly appreciated, thanks in advance!
Jackson
  1 件のコメント
Image Analyst
Image Analyst 2014 年 3 月 29 日
Please attach your data file and the code to read it into an array in MATLAB.

サインインしてコメントする。

回答 (1 件)

Christopher Pedersen
Christopher Pedersen 2014 年 3 月 29 日
The simplest way is probably to create a conventional (square) interpolation of your datapoints, then set any data outside the circle area to NaN.
  1 件のコメント
Jackson
Jackson 2014 年 3 月 29 日
Hi thanks for the response, I haven't had any experience with contours on Matlab, if at all possible could you assist me in the code required to perform this.
For example the first set of data includes:
41, 128.6, 74.9, 157.4
151.4, 45, 129.3, 83
173, 55, 140, 190
179, 67, 169, 107
Kind Regards,
Jackson

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by