Creating 3-D surface and contour plot from csv

I am trying to create surface from given xlsx file and should be looks similar to this and contour looks like this

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 10 de Feb. de 2021
Editada: KALYAN ACHARJYA el 10 de Feb. de 2021
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

Categorías

Más información sobre Contour Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 10 de Feb. de 2021

Editada:

el 10 de Feb. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by