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

5 Ansichten (letzte 30 Tage)
Egor Lebedev
Egor Lebedev am 23 Dez. 2019
Beantwortet: Roshni Garnayak am 8 Jan. 2020
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 Kommentar
Star Strider
Star Strider am 23 Dez. 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?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Roshni Garnayak
Roshni Garnayak am 8 Jan. 2020
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.

Kategorien

Mehr zu Contour Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by