MK branch revs. 263 & 295: GUI reordering, GP bugfix. Plus minors (JEInterface.m, tex2html)

This commit is contained in:
Marcel Kronfeld
2009-06-15 13:21:10 +00:00
parent b1a7fa7949
commit 52d707f0e0
9 changed files with 284 additions and 128 deletions

View File

@@ -1,8 +1,8 @@
function int = JEInterface(fhandle, range, varargin)
% EvA2 Interface for Matlab
% JEInterface(interfaceName, fhandle, range)
% JEInterface(interfaceName, fhandle, range, defaultargs)
% JEInterface(interfaceName, fhandle, range, defaultargs, options...)
% JEInterface(fhandle, range)
% JEInterface(fhandle, range, defaultargs)
% JEInterface(fhandle, range, defaultargs, options...)
%
% Arguments:
% fhandle: a function handle defining the optimization target.