Feeds
질문
compiling CPP file in Matlab
Dear All, I am trying to compile CPP file in Matlab the following error comes when we run CPP file >> mex crossover.cpp ...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
facing problem in optimization using GA
Hi all i want the value of p(t),q(t) and a(t) and the value of t from 1 to 25 with minimizing a function z, code is given bel...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to write objective function for 4 variables
Hi All i want to write a objective function for 4 variables and i want all 4 variables value in output, how to write it please ...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
getting error Subscript indices must either be real positive integers or logicals.
Dear all i write a code when i run this i got error "Subscript indices must either be real positive integers or logicals." c...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
geting value as Inf
Dear All i am solving a equation after first iteration i got value as infinity, actually i want the value of x(1)to x(20), Le...
거의 13년 전 | 답변 수: 2 | 0
2
답변질문
value of log(1000)
hi all i want to find value of log(1000)in matlab, we know lo(1000) value is 3, but matlab calculate it 6.9078. tell me how to ...
거의 13년 전 | 답변 수: 3 | 1
3
답변질문
Index exceeds matrix dimensions
Dear All I am trying to solve equation but i am getting error code is: M=100; r=0.8; alpha=0.45; beta=0.75; ...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
Maximizing a Function
Dear all maximizing f(x) = x2 using genetic algorithm, where x ranges from 0 to 31. Perform 4 iterations. i got his code f...
거의 13년 전 | 답변 수: 4 | 0