📄 sde.m
字号:
function DY=sde(X,Y);%> The file <sde.m> defines a Schrodinger type 1D time-independent DE%> with a potential V defined by a string <potential> %> which is a global variable with space variable X. %> For instance: <potential = '15*pot1(X)'> points to the %> function file <pot1.m>. The value of the energy is given%> by the global variable <energy>, e.g. : <energy = 12>. %> The normalization is hbar = mass = 1.%> Call: [X,Y]=ode45('sde',[0,1],[y;Dy]);%>%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -