Feeds
回答済み
How can I plot values of a for loop?
I changed it to this: t=[5*60:60:60*60]; for k=1:length(t) tau(k)=((t*a)/r^2); Tc(k)=(Ts+((Ti-Ts)*(A*exp(l^2*(-tau))))) ...
How can I plot values of a for loop?
I changed it to this: t=[5*60:60:60*60]; for k=1:length(t) tau(k)=((t*a)/r^2); Tc(k)=(Ts+((Ti-Ts)*(A*exp(l^2*(-tau))))) ...
11年以上 前 | 0
質問
How can I plot values of a for loop?
Hey guys, when I run this code I get an output with every value for Tc and Q. But these values won't plot, I just get a blank pl...
11年以上 前 | 2 件の回答 | 0
