How can I draw contour lines with a given excel Data sheet
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Mariela Penaloza
il 6 Dic 2022
Commentato: Mariela Penaloza
il 6 Dic 2022
Can't figure out the correct code
doesnt allow me to use xlsread
0 Commenti
Risposta accettata
Jonas
il 6 Dic 2022
you mean something like that?
mtx=readmatrix('F_22_Project Data.xlsx','Range','D9:V32');
contour(0:20:360,0:20:460,mtx)
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Bar Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!