start.m

来自「求解量子力学的薛定谔方程」· M 代码 · 共 13 行

M
13
字号
%> <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 + =
减小字号Ctrl + -
显示快捷键?