⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ft_example1.m

📁 用matlab做的Frequency domain INterferomEter Simulation SoftwarE,在国外网站下的,还在研究中,不会用,有会用的回复我
💻 M
字号:
% 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -