How to plot contour plots from 3 column vectors? PLEASE HELP

15 visualizaciones (últimos 30 días)
Mahbubur Rahman
Mahbubur Rahman el 27 de Abr. de 2021
Respondida: Shubham Khatri el 3 de Mayo de 2021
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.

Respuestas (1)

Shubham Khatri
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

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by