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

📄 hop_plotpats.m

📁 基于MATLAB完成的神经网络源程序,可以利用该程序完成有关神经网络的应用。
💻 M
字号:
function hop_plotpats(P)% function hop_plotpats(P)%% routine plots the digits for the Hopfield network, the patterns% are contained in the file hop_data.mat%% Hugh Pasika 1997n1='zero' ;  n2='one';    n3='two' ;n4='three';  n5='four';   n6='six' ;n7='nine' ;  n8='block';for i=1:8,   subplot(3,3,i);   hop_plotdig(P(:,i),12,10);end   subplot(3,3,1); xlabel('1') subplot(3,3,2); xlabel('2');subplot(3,3,3); xlabel('3') ;subplot(3,3,4); xlabel('4') ;subplot(3,3,5); xlabel('5') ;subplot(3,3,6); xlabel('6') ;subplot(3,3,7); xlabel('7') ;subplot(3,3,8); xlabel('8');

⌨️ 快捷键说明

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