在ap官方网站上下 matlab代码 apcluster.m。
放到C:\Documents and Settings\gushui\My Documents\MATLAB下
把生成的相似值的那个文件simForAP.txt也放在这个文件夹下C:\Documents and Settings\gushui\My Documents\MATLAB
打开matlab
>>load (注意后面有一个空格,这样不输出结果?)
这样simForAP.txt就load进来了
>>s=simForAp (注意后面有一个空格,把simForAp赋给s)
>>p=0.028115 (这个值可以参照prefForAP.txt的值)
>>[idx,netsim,dpsim,expref]=apcluster(s,p,varargin)
>>idx 这个就是生成的那个result
放到C:\Documents and Settings\gushui\My Documents\MATLAB下
把生成的相似值的那个文件simForAP.txt也放在这个文件夹下C:\Documents and Settings\gushui\My Documents\MATLAB
打开matlab
>>load (注意后面有一个空格,这样不输出结果?)
这样simForAP.txt就load进来了
>>s=simForAp (注意后面有一个空格,把simForAp赋给s)
>>p=0.028115 (这个值可以参照prefForAP.txt的值)
>>[idx,netsim,dpsim,expref]=apcluster(s,p,varargin)
>>idx 这个就是生成的那个result