📄 ui_del_scat.m
字号:
% this handles the deletion of the scatterplot for the BERGulator% Copyright 1997-1998 Phil Schniter % keep all variables local in scope function [] = ui_del_scat(); % declare global variables berg_global; ui_private_global; % delete all scatterplot items for i=1:length(h_trace_s), if ishandle(h_trace_s(i)), delete(h_trace_s(i)); end; end; h_trace_s = [];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -