📄 reduceg.m
字号:
% function newG = reduceG(ind,G)%% keeps same G, but alters some entries to only the specified ind% (to use in showClassTraces)function newG = reduceG(ind,G)newG=G;newG.numSamples=length(ind);newG.D=G.D(ind,:);newG.u=G.u(ind);newG.sigmas=G.sigmas(ind);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -