📄 start.m
字号:
%> <start.m> is the starting file for the Schrodinger program.%> This is a set of files which gives access to some rough and ready MATLAB%> routines for solving various problems in elementary quantum mechanics.%> CHOOSE YOUR DEFAULTS in your startup.m file, or right here, to get a%> window of a suitable size and position, and text of suitable size, eg%> rect = [70 215 565 573];%> set(0,'defaultfigureposition',rect);%> set(0,'defaultaxesfontsize',12);%> set(0,'defaulttextfontsize',12);%> You may also have to set the fontsize in <text0.m>, and in the buttons.%> %>%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -