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
