How would you make a contour plot of an xls 3 columns Matrix?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I am currently trying to make a contour plot of wind speed as the z value (img is attached). I only need to make isolines of wind speed. How can i make it?![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/256876/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/256876/image.jpeg)
1 comentario
Star Strider
el 23 de Dic. de 2019
The file you posted contains a (1000 x 52) matrix, not an (N x 3) matrix. What is it and what are we supposed to do with it?
Respuestas (1)
Roshni Garnayak
el 8 de En. de 2020
You can load the data from the excel file to the MATLAB workspace by using the ‘readmatrix’ or ‘xlsread’ functions.
0 comentarios
Ver también
Categorías
Más información sobre Contour 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!