demos.m
来自「非常好的matlab工具箱」· M 代码 · 共 25 行
M
25 行
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 + =
减小字号Ctrl + -
显示快捷键?