I need to using loop in my work but i dont know how? pls help.

조회 수: 3 (최근 30일)
ali
ali 2014년 6월 3일
편집: ali 2014년 6월 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 second is
Uf=(k0+(kt*ZZ/T)+(k0*ZZ*te/T))*((pi*D*Ls)/(1000*vs*fs))+k0*(h1*Ls+h2);............2
i want to make a loop for first eq to have three value of vr and fr and one loop for eq2 to have one value of vs and fs!!
so i have four variable vr, fr, vs, fs with limit number
this i want to run by GA.....

채택된 답변

BSantos
BSantos 2014년 6월 3일
Well, your question is missing a lot of information, if you really want to get some help.
What work are you doing? What is your goal? Just give people some basic information, otherwise no one can help you.
Grts.

추가 답변 (2개)

ali
ali 2014년 6월 3일
Thank you for your comment, i will do it now, but it a lot of equation ^_^

ali
ali 2014년 6월 3일
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 second is
Uf=(k0+(kt*ZZ/T)+(k0*ZZ*te/T))*((pi*D*Ls)/(1000*vs*fs))+k0*(h1*Ls+h2);............2
i want to make a loop for first eq to have three value of vr and fr and one loop for eq2 to have one value of vs and fs!!
so i have four variable vr, fr, vs, fs with limit number
this i want to run by GA.....

카테고리

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