How to plot contour plots from 3 column vectors? PLEASE HELP
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Shubham Khatri
am 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
0 Kommentare
Siehe auch
Kategorien
Mehr zu Contour Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!