plotting graph help!
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Line Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!