how to plot a contour plot with a csv file.

4 visualizaciones (últimos 30 días)
Efreen Hernandez-Lerena
Efreen Hernandez-Lerena el 8 de Sept. de 2021
Respondida: Star Strider el 8 de Sept. de 2021
I have an example set of data to, an excel sheet with the data being the measurements at various positions for an electric field. I am completely new to Matlab and have no prior experience. Some quick searches on my end show how to plot a contour plot, but not how to handle this csv file and how to contour plot it.

Respuestas (1)

Star Strider
Star Strider el 8 de Sept. de 2021
It depends what the data are. If they are a matrix of values, then use contour with the matrix.
If they are random x and y values with associated z values (or alternatively grided versions of that), it would be straightforward to use griddata or scatteredInterpolant to create the matrices to use with contour. For gridded data, just use reshape on each column to create the matrices.
.

Categorías

Más información sobre Contour Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by