How to plot this graph with given values and equations.

I'm struggling to plot this graph.
Here is the graph and the variables:
σ = 5.670367 × 10-8 kg s-3 K-4
and the equations are:
Can you show me the input which is needed for matlab to produce the graph.
Thanks for anyone suggestions and help.
I've had to plot these graphs for my maths projects and it's my first time using matlab.

댓글 수: 1

what have you tried so far?
you have to define Q first
Q = 1350:1410 ;
depending on the desired resolution (if it is not smooth) you might want to do this
Q = 1350:0.1:1410;
than you calculate T based on your equations, in function of Q but it seems that you are missing some values here (is a equal to aeq?, what are the values for sigma, a1,a2,c???)
than you can use the plot command
plot(Q,T)

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2015년 10월 16일

편집:

2015년 10월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by