Added source Matlab code for reference

This commit is contained in:
Waldir Leoncio 2019-12-16 16:47:21 +01:00
parent b8af977117
commit b5d99903d2
186 changed files with 61405 additions and 1 deletions

View file

@ -0,0 +1,12 @@
function openvar(name, tr) %#ok
%OPENVAR Opens a phylogenetic tree object for graphical editing.
% Copyright 2003-2006 The MathWorks, Inc.
% $Revision: 1.1.6.3 $ $Author: batserve $ $Date: 2006/06/16 20:06:44 $
try
view(tr);
catch
% rethrows the error into a dlg window
errordlg(lasterr, 'Inspection error', 'modal');
end