Community Profile

photo

Rim Abdallah


Last seen: 1 year ago Active since 2022

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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...

1 year ago | 1 answer | 0

1

answer

Answered
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...

2 years ago | 0

Question


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 ...

2 years ago | 2 answers | 0

2

answers

Question


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 ...

2 years ago | 1 answer | 0

1

answer