⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ch17.m

📁 .m source file about soft compute.
💻 M
字号:
function chap17% List of plots in chapter 17 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 17.6 & 7: inv_sig', ...    '#Figure 17.7 & 8: inv_fc'];[labels, callbacks] = list2cb(list);choices('Chapter 17', 'Plots for Chapter 17', labels, callbacks, 1);

⌨️ 快捷键说明

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