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

7 vues (au cours des 30 derniers jours)
Mariela Penaloza
Mariela Penaloza le 6 Déc 2022
Can't figure out the correct code
doesnt allow me to use xlsread

Réponse acceptée

Jonas
Jonas le 6 Déc 2022
you mean something like that?
mtx=readmatrix('F_22_Project Data.xlsx','Range','D9:V32');
contour(0:20:360,0:20:460,mtx)

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by