Borrar filtros
Borrar filtros

how to plot a spreadsheet in 3D

1 visualización (últimos 30 días)
Shireen Adenwalla
Shireen Adenwalla el 29 de Nov. de 2016
Respondida: dpb el 29 de Nov. de 2016
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?

Respuestas (1)

dpb
dpb el 29 de Nov. de 2016
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.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by