Adding current version of JEInterface (Matlab Interface) to resource folder

This commit is contained in:
Marcel Kronfeld
2008-02-26 18:03:55 +00:00
parent 4ecb9e9841
commit 41cd0a8cb8
12 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
function int = setJEResult(int, result)
% Interface function to be called by JavaEvA 2.
% Write back the solution and retrieve some additional data.
int.result = result;
int.finished = 1;
int.msg=int.mp.getInfoString;
int.funCalls=int.mp.getFunctionCalls;