Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

yes you are right it was named as sign_PV my mistake,actually I changed the name from sign_PV to stress_PV because it was conflicting with the Matlab command. I did what you said but still there is one error it is showing: Subscript indices must eith

조회 수: 1 (최근 30일)
yes you are right it was named as sign_PV my mistake,actually I changed the name from sign_PV to stress_PV because it was conflicting with the Matlab command. I did what you said but still there is one error it is showing: Subscript indices must either be real positive integers or logicals.
Error in fatiguelife (line 14) s1=stress_PV(i); I am also attaching the script please find the attachment.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 12월 24일
Your code does not assign any value to i before it uses i
  댓글 수: 11
Walter Roberson
Walter Roberson 2017년 12월 25일
I asked "you then want to "backtrack" so that next time around you would be checking entries 2, 3, 4 and (now modified) 5" and you said "Yes", so what you are describing as happening seems to be what you have already said you want to happen.
Prateek Srivastava
Prateek Srivastava 2017년 12월 25일
If this conditions is true abs(s2-s1)>=abs(s2-s3)&&abs(s3-s4)>=abs(s2-s3) than I extract the point and I move back so that I could get the iteration correct.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by