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

조회 수: 15 (최근 30일)
Mahbubur Rahman
Mahbubur Rahman 2021년 4월 27일
답변: Shubham Khatri 2021년 5월 3일
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.

답변 (1개)

Shubham Khatri
Shubham Khatri 2021년 5월 3일
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

카테고리

Help CenterFile Exchange에서 Contour Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by