Anyone please guide me on how to plot 3D surface with excel data

조회 수: 4 (최근 30일)
Mikel Luq
Mikel Luq 2024년 4월 1일
답변: Ishaan Mehta 2024년 12월 23일
I have zero knowledge in matlab, please guide me.
  댓글 수: 3
Mikel Luq
Mikel Luq 2024년 4월 1일
Basically im doing basic engine performance, the column is the manifold absolute pressure and row is RPM. The colored data is the Torque produce. Im going to 3d plot so that i can see the surface of the torque produced.
John D'Errico
John D'Errico 2024년 4월 1일
@Mikhail Luqman - zero knowledge does not mean you need make no effort, and get code written for you. And now that you have used that zero knowledge get out of jail free card, you don't get to use it again. you need to start making an effort, as you won't learn anything about MATLAB by conning people into doing your work for you.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ishaan Mehta
Ishaan Mehta 2024년 12월 23일
Hi Mikel,
The first step would be to import the data from Excel sheet into MATLAB. The "readtable" and "spreadsheetDatastore" function should be helpful for the same, as mentioned in the following MathWorks documentation page:
The, you can use the "surf" function in MATLAB to create 3D surface plots, or explore other 3D plot alternatives such as mesh plot, quiver plot etc. Below are some documentation pages to help you get started.
Hope this helps.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by