How can I create a circular coloured contour plot
이전 댓글 표시
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
2014년 3월 29일
Please attach your data file and the code to read it into an array in MATLAB.
답변 (1개)
Christopher Pedersen
2014년 3월 29일
0 개 추천
The simplest way is probably to create a conventional (square) interpolation of your datapoints, then set any data outside the circle area to NaN.
카테고리
도움말 센터 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!