How can I draw contour lines with a given excel Data sheet

 Akzeptierte Antwort

you mean something like that?
mtx=readmatrix('F_22_Project Data.xlsx','Range','D9:V32');
contour(0:20:360,0:20:460,mtx)

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by