Go to the source code of this file.
Functions |
| else | matlab_gs_lib (1, varargin{:}) |
Variables |
| | function [varargout] |
| | end [varargout{:}] = matlab_gs_lib(1, varargin{:}) |
Function Documentation
Variable Documentation
| end[varargout{:}] = matlab_gs_lib(1, varargin{:}) |
Initial value: gs_call(varargin)
% [outputargs] = gs_call('service', inputargs)
%
% Blocking call to the GridSolve network solver. Use
% gs_info('service') to see the the arguments for the service.
if (nargout > 0)
for i=1:nargout
Definition at line 1 of file gs_call.m.