Community Profile

photo

ali


cranfield university

2014년부터 활동

Followers: 0   Following: 0

연락

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How i save the value of c in deach loop and sum these value after each value then using value in another eq outside loop??
Let say i have this simple loop,, for i=1:3 A=x((i-1)*3+1); B=x((i-1)*3+2); C=x((i-1)*3+3); Z=A*B+C*A; end ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to make loop and sum the result ??
Thank you Mahdi for answer, but i want the result value of c in each loop after sum add to eq .. constraint =D-C( sum of resul...

거의 10년 전 | 0

질문


How to make loop and sum the result ??
I have this loop... for i=1:3 A=x((i-1)*3+1); B=x((i-1)*3+2); C=x((i-1)*3+3); R=A^2+B^3+A*c; end i have con...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


I need to using loop in my work but i dont know how? pls help.
I need to using loop in my work but i dont know how? pls help. i have two eq the first one is u=(k0+(kt*ZZ/T)+(k0*...

거의 10년 전 | 답변 수: 3 | 0

3

답변

답변 있음
I need to using loop in my work but i dont know how? pls help.
i have two eq the first one is u=(k0+(kt*ZZ/T)+(k0*ZZ*te/T))*((pi*D*L)/(1000*vr*fr))+k0*(h1*L+h2); ...........1 the sec...

거의 10년 전 | 0

답변 있음
I need to using loop in my work but i dont know how? pls help.
Thank you for your comment, i will do it now, but it a lot of equation ^_^

거의 10년 전 | 0