필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

i generate three digit from crossover with another digit but now i valid only that child1+chi​ld2+child3​..(in this sequence) which total is less than or equal to 9

조회 수: 1 (최근 30일)
bins=fliplr(de2bi(entry,8));
swappedcolumns = [4 5 6];
child = bins;
swapoddeven = reshape([2:2:size(bins, 1);
1:2:size(bins, 1)], 1, []);
child(swapoddeven, swappedcolumns) = child(1:size(bins, 1), swappedcolumns);
bincon=bi2de(fliplr(child(:,:)));
cross1=reshape(bincon,6,3);
here 18 child create but i want child1+child2+child3<=9 generate otherwise process with anotherone
entry matrix is random matrix 6*3 (digit between 0 to 9)

답변 (0개)

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by