Community Profile

photo

youn chan choi


Last seen: fast 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can I apply the Genetic Algorithm to this function?
P1 = 25; P2 = 37.5; P3 = 20; W1 = [5, 10]; W2 = [5, 10]; W3 = [5, 10]; L1 = [40, 60]; L2 = [25, 40]; L3 = [15, 25]; r1 ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I find maximum value of this function???
P1 = 25; P2 = 37.5; P3 = 20; W1 = [5, 10]; W2 = [5, 10]; W3 = [5, 10]; L1 = [40, 60]; L2 = [25, 40]; L3 = [15, 25]; r1 ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can i get optimization or interpolation value for this 3-data?
x = [30 34 38 42 46 50 54 58 62 66 70 30 34 38 42 46 54 58 62 66 70]; y = [70 66 62 58 54 50 46 42 38 34 30 30 34 38 42 46 54 5...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how can I solve this problem..
syms theta0 th = -y+cos(theta0)*x^2-g*x^2/(2*v0^2*sin(theta0)^2) == 0; theta0 = [0 pi]; stheta0 = fzero(th,theta0); I wa...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort