Effacer les filtres
Effacer les filtres

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

11 vues (au cours des 30 derniers jours)
Mahbubur Rahman
Mahbubur Rahman le 27 Avr 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.

Réponses (1)

Shubham Khatri
Shubham Khatri le 3 Mai 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

Catégories

En savoir plus sur Contour Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by