Added source Matlab code for reference
This commit is contained in:
parent
b8af977117
commit
b5d99903d2
186 changed files with 61405 additions and 1 deletions
12
matlab/graph/@phyTree/openVar.m
Normal file
12
matlab/graph/@phyTree/openVar.m
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue