Feeds
질문
Define Integral in Matlab
Hello, If I want to write the code of this simulink model in matlab how can I do it? x, y and z are vectors of length=6000 for...
대략 3년 전 | 답변 수: 1 | 0
1
답변답변 있음
Using GA can I put a condition on Population?
First thank you Alan for your answer! Unfortunatetly, I used ur code but it doesn' work. This is my main: z=16; first=sort(ra...
Using GA can I put a condition on Population?
First thank you Alan for your answer! Unfortunatetly, I used ur code but it doesn' work. This is my main: z=16; first=sort(ra...
3년 초과 전 | 0
질문
Using GA can I put a condition on Population?
I am using GA, with nvars=32 and IntCon=1:32, so 32 integers lb=[zeros(1,16),zeros(1,16)]; ub=[60*ones(1,16),4*ones(1,16)] I ...
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
Repeated elements in an array
if I have: A=[3 7 25 27 30 31 32 34 35 36] B=[2 4 2 2 2 0 3 2 3 2] How can I have the index of the first element repeated ...
3년 초과 전 | 답변 수: 1 | 0
