How to Plot large Excel data in contour graphs format?

3 views (last 30 days)
I'm having a large amount of raindate in excel format. How can I plot graphs in contour format?

Answers (1)

KSSV
KSSV on 17 Oct 2017
load the data from excel into matlab using xlsread and then use contour to plot contours and surf to plot a surface. Read about xlsread, contour and surf.

Categories

Find more on Contour Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!