I m looking like Td=1.72; T7=52; for k=6:2 Tk = (Tk+1)+Td; end but Tk and Tk+1 are not defined then I think I can solve it by array Calculations Plz help me as early as possible Plz
No products are associated with this question.
Perhaps you meant this?
T(7)=52;
for k=6:-1:1
T(k)=T(k+1)+Td;
end
Direct link to this answer:
http://mathworks.com/matlabcentral/answers/54639#answer_66327
Contact us
0 Comments