📄 define_output_parameters.m
字号:
disp('defining output parameters');
sampled_electric_fields = [];
sampled_magnetic_fields = [];
sampled_voltages = [];
sampled_currents = [];
% figure refresh rate
plotting_step = 10;
% mode of operation
run_simulation = true;
show_material_mesh = true;
show_problem_space = true;
% define sampled voltages
sampled_voltages(1).min_x = 1.0e-3;
sampled_voltages(1).min_y = 0.0;
sampled_voltages(1).min_z = 0.0;
sampled_voltages(1).max_x = 1.0e-3;
sampled_voltages(1).max_y = 1.0e-3;
sampled_voltages(1).max_z = 1.0e-3;
sampled_voltages(1).direction = 'zp';
sampled_voltages(1).display_plot = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -