Adding current version of JEInterface (Matlab Interface) to resource folder
This commit is contained in:
4
resources/MatlabInterface/@JEInterface/isFinished.m
Normal file
4
resources/MatlabInterface/@JEInterface/isFinished.m
Normal file
@@ -0,0 +1,4 @@
|
||||
function b = isFinished(int)
|
||||
% Returns 1 if the optimization was finished, else 0
|
||||
|
||||
b = int.finished;
|
Reference in New Issue
Block a user