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

3 ビュー (過去 30 日間)
Egor Lebedev
Egor Lebedev 2019 年 12 月 23 日
回答済み: Roshni Garnayak 2020 年 1 月 8 日
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 Center および File ExchangeContour Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by