how to plot a contour plot with a csv file.

15 Ansichten (letzte 30 Tage)
Efreen Hernandez-Lerena
Efreen Hernandez-Lerena am 8 Sep. 2021
Beantwortet: Star Strider am 8 Sep. 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.

Antworten (1)

Star Strider
Star Strider am 8 Sep. 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.
.

Kategorien

Mehr zu Contour Plots finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by