How to smooth the contour plot?

5 vues (au cours des 30 derniers jours)
Nitin Kumar Jhankal
Nitin Kumar Jhankal le 12 Mai 2023
Déplacé(e) : Matt J le 2 Sep 2023
clc
clear all
close all
filename='testdata.xlsx'
a=xlsread(filename,'Sheet1');
pf = a(3:12,:);
ewd = a(14:23,:);
qwd = a(25:34,:);
pwd = a(36:45,:);
gv = a(47:56,:);
ewd1=ewd';
qwd1=qwd';
pf1=pf';
pwd1=pwd';
gv1=gv';
[c,h]=contour(ewd1,qwd1,pf1,[0:4:30])
clabel(c,h, 'labelspacing', 200)

Réponses (1)

Walter Roberson
Walter Roberson le 12 Mai 2023
Déplacé(e) : Matt J le 2 Sep 2023
  1 commentaire
Nitin Kumar Jhankal
Nitin Kumar Jhankal le 2 Sep 2023
Déplacé(e) : Matt J le 2 Sep 2023
Thank you so much👍

Connectez-vous pour commenter.

Catégories

En savoir plus sur Contour Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by