Go to the source code of this file.
Functions | |
| elseif (nargout > 0) for i | |
| else | matlab_gs_lib (1, varargin{:}) |
Variables | |
| function [varargout] | |
| end [varargout{:}] = matlab_gs_lib(1, varargin{:}) | |
| elseif | ( | nargout | , | |
| 0 | ||||
| ) |
| else matlab_gs_lib | ( | 1 | ) |
| end[varargout{:}] = matlab_gs_lib(1, varargin{:}) |
Definition at line 12 of file gridsolve.m.
| function[varargout] |
gridsolve(varargin) % [outputargs] = gridsolve('service', inputargs) % [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 (nargin == 1 && nargout == 0) gs_info(varargin{:})
Definition at line 1 of file gridsolve.m.
1.6.3-20100507