Go to the source code of this file.
Functions |
| else | matlab_gs_lib (3, varargin{:}) |
Variables |
| | function [varargout] |
| | end [varargout{:}] = matlab_gs_lib(3, varargin{:}) |
Function Documentation
Variable Documentation
| end[varargout{:}] = matlab_gs_lib(3, varargin{:}) |
Initial value: gs_wait(varargin)
% [outputargs, ...] = gs_wait(sessionid)
%
% Wait for the completion of an asynchronous job (sessionid) which was
% previously submitted to the GridSolve network enabled solver
% system.
%
% See also gs_call_async.
if (nargout > 0)
for i=1:nargout
Definition at line 1 of file gs_wait.m.