Statistik
RANG
189.252
of 295.569
REPUTATION
0
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortHow 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...
mehr als 10 Jahre vor | 0
Frage
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...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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*...
mehr als 10 Jahre vor | 3 Antworten | 0
3
AntwortenI 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...
mehr als 10 Jahre vor | 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 ^_^
mehr als 10 Jahre vor | 0