Merging mk rev. 211, 212: Matlab interface now works with binary data using uint32 (GAIndividualIntegerData).

This commit is contained in:
Marcel Kronfeld
2008-09-19 12:49:13 +00:00
parent 45d35a68e3
commit d6f2ec1ad1
12 changed files with 359 additions and 235 deletions

View File

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