?? demos.m
字號:
function tbxStruct=Demos
% DEMOS Demo List information for OSV SVM Classifier Matlab Toolbox
if nargout==0, demo toolbox; return; end
tbxStruct.Name='OSU SVM Classifier';
tbxStruct.Type='toolbox';
tbxStruct.Help= {
' The OSV SVM Classifier Toolbox contains '
' commands for training and testing a SVM-based classifier,'
' and the command for classifying patterns using the '
' trained SVM classifier. '
' '};
tbxStruct.DemoList={
'Command Line Demos', 'osusvmdemo'};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -