How to plot in 3D a given set of data
32 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Grigorios Chatziandreou
el 1 de Mayo de 2021
Comentada: Star Strider
el 3 de Mayo de 2021
Hello, so I have made a matrix with 3 columns. The first two are the x and y location of a point on a plate and the third is the wind speed at it. The matrix name is 'SPEED' and i want to plot it in 3D, as well as create a heatmap. Any ideas?
The ranges are the following. (Note: i can decrease the step as much as i like and make the curve as smooth as possible. I can gain the value of speed at any point using a given function. Just chose these steps so i do not tire my laptop)
x=[0:700:10800];
y=[0:770:11000];
Thank you
0 comentarios
Respuesta aceptada
Star Strider
el 1 de Mayo de 2021
6 comentarios
Star Strider
el 3 de Mayo de 2021
‘I mean, i have the values of z for a specific point (x,y) but i cannot define any function for z, i just have the ready calculated values for z. How can i plot that?’
My code describes exactly that situation, and creates the matrices and the plot for them. It should do what you want. If there are specific problems with my code and your data, please share the data.
‘Eventually I figured it all out. You have to define a matrix Z of [length(y),lentgth(x)] size with the resulting values’
I believe my code does exactly that.
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!