ch15.m

来自「.m source file about soft compute.」· M 代码 · 共 24 行

M
24
字号
function chap15% List of plots in chapter 15 of "Neuro-Fuzzy and Soft Computing".%labels = str2mat(...%    'Figure 2.1: mf_univ', ...%    'Figure 2.2: lingmf', ...%    'Figure 2.19: resolut');%%% Callbacks%callbacks = str2mat(...%    'genfig(''Figure 2.1''); mf_univ', ...%    'genfig(''Figure 2.2''); lingmf', ...%    'genfig(''Figure 2.19''); resolut');%%choices('Chapter 1', 'Plots for Chapter 1', labels, callbacks);list = [...    '#Figure 15.1: fcmdemo', ...    '#Figure 15.3: mount1', ...    '#Figure 15.4: mount2'];[labels, callbacks] = list2cb(list);choices('Chapter 15', 'Plots for Chapter 15', labels, callbacks, 1);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?