How to smooth the contour plot?

조회 수: 4 (최근 30일)
Nitin Kumar Jhankal
Nitin Kumar Jhankal 2023년 5월 12일
이동: 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일
  댓글 수: 1
Nitin Kumar Jhankal
Nitin Kumar Jhankal 2023년 9월 2일
이동: Matt J 2023년 9월 2일
Thank you so much👍

댓글을 달려면 로그인하십시오.

카테고리

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