📄 fdtd_1d.m
字号:
close all; clear all; clc;
KE = 200; % KE is the number of cells to be used
kc = KE / 2; % Center of the problem space
t0 = 40; % Center of the incident pulse
spread = 12; % Width of the incident pulse
T = 0; % Initial step
NSTEPS = 1; % run step
Ex = ones(KE + 1, 1);
Hy = ones(KE, 1);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -