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

📄 w5_ed_di.m

📁 这是一个用于语音信号处理的工具箱
💻 M
字号:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%	w5_edit_display.m
%
%	jmw
%	6/21/94
%
%       User-Specified Maps:  Edit Window
%	draw targets and user designed function in same window
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% select window

figure(w5_edit_h);

subplot(211);
plot(target(:,1),target(:,2),'o','color',TEXT_COLOR);
grid on;
axis([0 100 -0.2 1.2]);
hh = gca;
set(hh,'XColor',TEXT_COLOR,'YColor',TEXT_COLOR);
s=sprintf('User %d', MAPINDEX);
title(s,'color',TEXT_COLOR);

hold on;
stair_jw([1:1:100],user,LINE_COLOR);
hold off;


⌨️ 快捷键说明

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