How can I plot a mesh, surface or a contour from discrete vector data ?
이전 댓글 표시
Hello,
I would like to vizualize in Matlab a discrete thermal mesh made of 2200 discrete data: X, Y, Z, Temperature. The plot produced from the thermal simulation is showed below. I extracted the data in Matlab from an Excel file to put them in four vectors of size 2200.
I try to find out from the Matlab documentation the best way to plot an equivalent plot, for instance, the Temperature as a function of X and Y, for instance with the mesh, surf or contour function. The problem is that examples show only the use of the meshgrid before plotting.
I need to import and vizualize these data in Matlab because I want to cross-check them with another set of data placing elements on the map. Thereafter, I can identify in which temperature area these elements are located.
Is there any plotting function for my purpose or do I have to resize the temperature vector in a more or less complex way ?
Thanks for your suggestions.

댓글 수: 1
KALYAN ACHARJYA
2019년 9월 23일
Please refer the Matlab Documentation
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!