필터 지우기
필터 지우기

how to plot a spreadsheet in 3D

조회 수: 1 (최근 30일)
Shireen Adenwalla
Shireen Adenwalla 2016년 11월 29일
답변: dpb 2016년 11월 29일
I have imported a spreadsheet in which the first column consists of x-values, the first row is the y values and I would like to plot the other numbers as Z. How can I achieve this?

답변 (1개)

dpb
dpb 2016년 11월 29일
You can try surf but unless you have data in a regular grid, Matlab surface plotting routines are exceptionally weak; in that case you have to try to interpolate across what data you do have to a regular grid first. Start with <Surfaces polygons and volumes> and explore the examples to see what might seem to best fit your dataset--and good luck, you may need it.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by