How would you make a contour plot of an xls 3 columns Matrix?

5 次查看(过去 30 天)
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?
  1 个评论
Star Strider
Star Strider 2019-12-23
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?

请先登录,再进行评论。

回答(1 个)

Roshni Garnayak
Roshni Garnayak 2020-1-8
You can load the data from the excel file to the MATLAB workspace by using the ‘readmatrix’ or ‘xlsread’ functions.
You can use the ‘contour’ function to create the contour plot.

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by