📄 bt_graph.m
字号:
function bt_graph(bt)
% BT_GRAPH
%
% BT_GRAPH(bt) shows a graphic representation of the binary tree bt.
% Copyright (c) MathWorks Inc. 1998-2001. All rights reserved.
clf
axis('auto');
hold('on');
bt_grap2(bt,0,0,16,1);
hold('off');
axis('off');
figure(gcf);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -