📄 update_opt_last.m
字号:
function update_opt_last;
global DS;
% Check and define current trajectory regime
if strcmp(get(DS(1).mainwin.mLast_point,'Checked'),'off')==1
DS(1).currenttrajectory = 1;
set(DS(1).mainwin.mLast_point,'Checked','on');
else
DS(1).currenttrajectory = 0;
set(DS(1).mainwin.mLast_point,'Checked','off');
end;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -