Documentation of bin2real

Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)

Function Synopsis

Phen = bin2real(Chrom, FieldD)

Help text

 BINary string to REAL vector conversion

 This function is a high level function to bindecod.

 Syntax:  Phen = bin2real(Chrom, FieldD)

 Input parameters:
 Output parameter:
    see bindecod
 
 See also: bindecod, bin2int

Cross-Reference Information

This function calls

Listing of function bin2real



% Author:   Hartmut Pohlheim
% History:  18.10.96    file created


function Phen = bin2real(Chrom, FieldD)

% Call low level decoding function
   Phen = bindecod(Chrom, FieldD, 1);


% End of function
GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions  www.geatbx.com 

This document is part of version 3.7 of the GEATbx: Genetic and Evolutionary Algorithm Toolbox for use with Matlab - www.geatbx.com.
The Genetic and Evolutionary Algorithm Toolbox is not public domain.
© 1994-2005 Hartmut Pohlheim, All Rights Reserved, (support@geatbx.com).