How to plot contour plots from 3 column vectors? PLEASE HELP
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to plot contour plot: I have engine speed which should goes on the x axis, BMEP which goes on the Y axis and BTE which the contours should represent. I am just wondering how I plot them, I have the data in excel and i have attached an example of what i am trying to plot.
Would really appreciate any help.
0 comentarios
Respuestas (1)
Shubham Khatri
el 3 de Mayo de 2021
Hello,
MATLAB supports a variety of plots. You can take a look at fifferent plots supported here. To my understanding, you can use contour, contourf, surf or surf1 for this purpose. All of these functions support input in X,Y,Z like
surf1(X,Y,Z)
You can import values from Excel and define the corrdinates for the plots. You can refer to the documentation links for a detailed understanding of these functions.
Hope it helps
0 comentarios
Ver también
Categorías
Más información sobre Contour Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!