Diesel Work Cycle using MATLAB to plot P-v Diagram, Calculate work output, and Plot the work output when diameter of the piston is changed

22 次查看(过去 30 天)
I'm engineering student. I've got this project from my teacher.
The problem is I "never" use MATLAB before and I try to search some informations about Diesel Cycle for MATLAB many times on internet but I can't understand.
Please help me to solve this project, I really need some helps here.
Thank you very much.
PS. Sorry for my bad English
  3 个评论

请先登录,再进行评论。

回答(1 个)

Rick Rosson
Rick Rosson 2016-4-4
Here's a start:
theta = (0:0.1:359.9)';
D = 15;
L = 12;
L_TDC = 1.5;
V_TDC = (pi/4)*D^2*L_TDC;

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by