📄 ft_create_new_ft.m
字号:
%--------------------------------------------------------------------- % 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -