📄 bpeng.m
字号:
function bpeng( engine )% bpeng( engine ) -- sets ATOMIZER_ENGINE for BPDemo%----------------------------------------------------------------------% bpeng(1) sets global variable ATOMIZER_ENGINE = 1998;% bpeng(2) sets global variable ATOMIZER_ENGINE = 2001;%----------------------------------------------------------------------%----------------------------------------------------------------------% 12 Apr 2001: (M. Saunders) First version of bpeng.% For use with BPDemo.%---------------------------------------------------------------------- global ATOMIZER_ENGINE% For some reason, BPDemo creates an unwanted Figure 1.% We could remove it here if only we knew how!% Set the engine for the BP scripts. switch engine case 1 ATOMIZER_ENGINE = 1998; case 2 ATOMIZER_ENGINE = 2001; otherwise ATOMIZER_ENGINE = 2001; end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -