please would you change this python program to matlab ?

조회 수: 1 (최근 30일)
yared Zeleke
yared Zeleke 2018년 4월 7일
댓글: yared Zeleke 2018년 4월 10일
GENSIZE=20
genepool =[]
for i in range(0,GENSIZE);
dna = [random.choice(string.printable[:-5]) for j in range(0, len(target))]
fitness = calc_fitness{'dna':dna,'fitness':fitness}
  댓글 수: 4
Walter Roberson
Walter Roberson 2018년 4월 10일
This looks like a portion of
https://www.mathworks.com/matlabcentral/answers/392466-i-want-to-change-this-python-program-to-matlab
yared Zeleke
yared Zeleke 2018년 4월 10일
yes it is would you change it that please to matlab program?i tried half way

댓글을 달려면 로그인하십시오.

답변 (1개)

Steven Lord
Steven Lord 2018년 4월 9일
Do you need to convert the program or do you just need to use the program? If using this Python program is sufficient, you may be able to do so using the ability of MATLAB to call Python libraries that was introduced in release R2014b.

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by