ft_create_new_ft.m
来自「用matlab做的Frequency domain INterferomEter」· M 代码 · 共 21 行
M
21 行
%--------------------------------------------------------------------- % function [FT] = FT_create_new_FT()% % Creates a new 'FT' struture% User needs to set the name+path for the Finesse binary % in this file.%% FT: empty FT structure%% Part of the SimTools package% Andreas Freise 22.05.08 afreise@googlemail.com%--------------------------------------------------------------------- function [FT] = FT_create_new_FT() % Set by user: FT.katbinary='kat'; % Set automatically by FT later FT.katini='';
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?