startup.m
来自「这是一个 York大学开发的FDTD代码。很好用的工具」· M 代码 · 共 12 行
M
12 行
disp('----------------------==----------')
disp('Matlab Startup for IGDS CEMTD 2002')
%--------------------------------------
disp('Adding D:\cemtd\pp\matlab to path')
path('D:\cemtd\pp\matlab',path)
%path('matlab',path)
%--------------------------------------
disp('Startup for IGDS CEMTD 2002 - DONE')
disp('-----------------------------------')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?