function [new,theType] = combine2ldb(ldb1,ldb2,point1,point2) %COMBINE2LDB combine two ldbs for the given points that coincide. % % More detailed description goes here. % % Syntax: % [new,theType] = combine2ldb(ldb1,ldb2,point1,point2) % % Input: % ldb1,ldb2 = the two ldb's to combine % point1,point2 = the points of the ldb's that coincide % % Output: % new = the newly, combined, created ldb % theType = the type of combining used % % Example % combineldb % % See also %% Copyright notice % -------------------------------------------------------------------- % Copyright (C) 2010 Deltares % Lou Verhage % % lou.verhage@deltares.nl % % Deltares % P.O. Box 177 % 2600MH Delft % Tel: +31 (0)88 335 8273 % % Visiting adress: % Rotterdamseweg 185 % 2629 HD Delft % Tel: +31 (0)88 335 8276 % % This library is free software: you can redistribute it and/or % modify it under the terms of the GNU Lesser General Public % License as published by the Free Software Foundation, either % version 2.1 of the License, or (at your option) any later version. % % This library is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU % Lesser General Public License for more details. % % You should have received a copy of the GNU Lesser General Public % License along with this library. If not, see . % -------------------------------------------------------------------- % This tool is part of OpenEarthTools. % OpenEarthTools is an online collaboration to share and manage data and % programming tools in an open source, version controlled environment. % Sign up to recieve regular updates of this function, and to contribute % your own tools. %% Version % Created: 20 Dec 2010 % Created with Matlab version: 7.8.0.347 (R2009a) % $Id: $ % $Date: $ % $Author: $ % $Revision: $ % $HeadURL: $ % $Keywords: $ %%