ft_example1.m
来自「用matlab做的Frequency domain INterferomEter」· M 代码 · 共 21 行
M
21 行
% Example file for using SimTools with Finesseclear all;% create FT variable, which contains the path to 'kat'FT=FT_create_new_FT();FT=FT_check_for_kat_binary(FT);% create a new 'run' variableRun1=FT_create_new_kat_run();% set the 'run' filename to 'testblock', i.e.% Finesse can be called via Run1 to run the file % testblock.katRun1.filename='testblock';% run Finesse and read data from testblock.outRun1=FT_run_kat_simulation(FT,Run1);% clean directory againFT_kat_clean(Run1);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?