How to smooth the contour plot?

4 次查看(过去 30 天)
Nitin Kumar Jhankal
移动Matt J 2023-9-2
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)

回答(1 个)

Walter Roberson
Walter Roberson 2023-5-12
移动:Matt J 2023-9-2

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by