Creating 3-D surface and contour plot from csv

조회 수: 3 (최근 30일)
hsnHkl
hsnHkl 2021년 2월 10일
편집: KALYAN ACHARJYA 2021년 2월 10일
I am trying to create surface from given xlsx file and should be looks similar to this and contour looks like this

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2021년 2월 10일
편집: KALYAN ACHARJYA 2021년 2월 10일
Please refer the MATLAB docs
data=readmatrix('180.xlsx');
figure,surf(data);
% Here matrix elements represent the heights (z direction)
See the contour function here

카테고리

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