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

📄 decsurf1.m

📁 模糊神经网络与软件计算的各章代码
💻 M
字号:
%======= decision surfaces, including consideration for data density% Roger Jang, Aug-11-1995figure;load optideci.matopti = uu;load equdensi.matdensity = zz;subplot(2,2,1);surf(xx, yy, opti.*density);axis([-inf inf -inf inf -1 1]);view([-20 70]);set(gca, 'box', 'on');title_str = 'optimal decision surface';xlabel('x(t)'); ylabel('x(t-1)'); title('optimal decision surface');subplot(2,2,2);load equ2.matsurf(xx, yy, uu.*density);axis([-inf inf -inf inf -1 1]);view([-20 70]);set(gca, 'box', 'on');title_str = 'optimal decision surface';xlabel('x(t)'); ylabel('x(t-1)'); title('optimal decision surface');subplot(2,2,3);load equ3.matsurf(xx, yy, uu.*density);axis([-inf inf -inf inf -1 1]);view([-20 70]);set(gca, 'box', 'on');title_str = 'optimal decision surface';xlabel('x(t)'); ylabel('x(t-1)'); title('optimal decision surface');subplot(2,2,4);load equ4.matsurf(xx, yy, uu.*density);axis([-inf inf -inf inf -1 1]);view([-20 70]);set(gca, 'box', 'on');title_str = 'optimal decision surface';xlabel('x(t)'); ylabel('x(t-1)'); title('optimal decision surface');

⌨️ 快捷键说明

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