How can I plot a mesh, surface or a contour from discrete vector data ?
Ältere Kommentare anzeigen
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 Kommentar
KALYAN ACHARJYA
am 23 Sep. 2019
Please refer the Matlab Documentation
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!