plotting graph help!
显示 更早的评论
I'm tying to plot this graph>

and so far i have done this>
>>T = linspace(250,310)
>>Q = (4*5.670367*10.^-8*0.61757*T.^4)/(1-(0.58-0.235*(1+tanh((T-283)/24))))
>>figure
>>plot(T,Q)
I'm trying to plot the graph the wrong way first and then tun it the right way because it is easier.
It is giving me the correct limits byt no graph appears and after insert the values for Q it comes up "Q =
1.3971e+03"
I'm wondering what I have done wrong.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!