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

📄 callback1.m

📁 压缩包中的一系列matlab程序实现了“特定人群语音情感识别”这一新颖的研究课题。具体介绍请见压缩包中的论文。
💻 M
字号:
user=get(gcbo,'string'); 
%ft2death(h_edit1,h_text1,user,str1);

set(h_edit1,'style','text');
set(h_edit1,'string',user);
set(h_text1,'string',str1);


try 
    out=tempread(user,mch,no);
    
    h_text2=uicontrol(h_fig,'style','text','unit','normalized',...
        'position',[0.1,0.6,0.25,0.05],'horizontal','left',...
        'string','请输入测试文件名:','ForegroundColor',defcolor);
    
    h_edit2=uicontrol(h_fig,'style','edit','unit','normalized',...
        'position',[0.1,0.50,0.25,0.05],'horizontal','left',...
        'ForegroundColor',defcolor,'callback','callback2');
    
    h_push3=uicontrol(h_fig,'style','push','unit','normalized',...
        'position',[0.37,0.5,0.10,0.05],'horizontal','left',...
        'string','浏览','ForegroundColor',defcolor,'callback','printru2');
    

    h_push1=uicontrol(h_fig,'style','push','unit','normalized',...
        'position',[0.8,0.3,0.18,0.05],'horizontal','left',...
        'string','注销','ForegroundColor',defcolor,'callback','guifinal');
 
    drawnow;
catch
    nouser;
end

⌨️ 快捷键说明

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