Why stays i always the same?

조회 수: 1 (최근 30일)
Claudia
Claudia 2015년 6월 18일
편집: Jan 2015년 6월 18일
Hey there!
I am struggling with a for loop.
for i=1:5
T_poly(i)=223+50*i
cp_poly(i)=-5.725e-16*T_poly(i)^5+4.589e-12*T_poly(i)^4-1.419e-08*T_poly(i)^3+2.145e-05*T_poly(i)^2-0.0165*T_poly(i)^1+6.185
end
if I can changed the i=1:32 to i=1:5 and the lenght of the T_poly(i) still stays 32. Why that? It also says that the lenght of cp_poly and T_poly is not the same.
Can you please help me?
Thank you a lot
  댓글 수: 1
Stephen23
Stephen23 2015년 6월 18일
Don't forget to clear the workspace!

댓글을 달려면 로그인하십시오.

채택된 답변

Claudia
Claudia 2015년 6월 18일
Found the answer by my self. You first have to delete the workspace.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by