Latest JEInterface
This commit is contained in:
5
resources/MatlabInterface/@JEInterface/getProgress.m
Normal file
5
resources/MatlabInterface/@JEInterface/getProgress.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function b = getProgress(int)
|
||||
% Returns the number of function calls performed during optimization (not
|
||||
% post processing)
|
||||
|
||||
b = int.mp.getProgress;
|
Reference in New Issue
Block a user