PLOTDIST.M
资源名称:speech.rar [点击查看]
上传用户:ay_070428
上传日期:2014-12-04
资源大小:11427k
文件大小:0k
源码类别:
语音合成与识别
开发平台:
Matlab
- load dist0.mat
- ind = find(distmat>=1000000);
- distmat(ind) = inf;
- n = 100;
- part = distmat(1:n, 1:n);
- %part(5:50, 5:50) = inf;
- close all
- figure
- imagesc(part);
- axis image
- colormap gray
- colorbar;
- figure
- mesh(part);
- axis tight;
- rotate3d on