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

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

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일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Contour Plots에 대해 자세히 알아보기

질문:

2019년 12월 23일

답변:

2020년 1월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by