Merging mk rev. 211, 212: Matlab interface now works with binary data using uint32 (GAIndividualIntegerData).
This commit is contained in:
@@ -13,6 +13,10 @@ end
|
||||
if (isempty(sol))
|
||||
fit = NaN;
|
||||
else
|
||||
if (isempty(int.range))
|
||||
sol=convertUnsignedJE(int, sol);
|
||||
end;
|
||||
|
||||
if (isempty(int.args))
|
||||
fit = feval(int.f, sol);
|
||||
else
|
||||
|
Reference in New Issue
Block a user