?? mu_tsensemble_add_tsuite.m
字號:
function [tse] = MU_tsensemble_add_tsuite(tse, ts) if (isempty(ts.pathstr)) p = which(ts.name); [pathstr, name, ext, versn] = fileparts(p);else curpath = pwd; cd(pathstr); pathstr = pwd; p = fullfile(pathstr, [ts.name '.m']);endts.pathstr = pathstr;tse.tsuites = [tse.tsuites ts]; return
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -