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

📄 wavexpo.m

📁 非常好的数字处理教程
💻 M
📖 第 1 页 / 共 3 页
字号:
% --- Executes during object creation, after setting all properties.function a6_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function a6_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 6;	set(gcf,'UserData',handles);	wavexpofn 'aslider'% --- Executes during object creation, after setting all properties.function a6t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction a6t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 6;	set(gcf,'UserData',handles);	wavexpofn 'atext'% --- Executes during object creation, after setting all properties.function a7_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function a7_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 7;	set(gcf,'UserData',handles);	wavexpofn 'aslider'% --- Executes during object creation, after setting all properties.function a7t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction a7t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 7;	set(gcf,'UserData',handles);	wavexpofn 'atext'% --- Executes during object creation, after setting all properties.function p0_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function p0_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 0;	set(gcf,'UserData',handles);	wavexpofn 'pslider'% --- Executes during object creation, after setting all properties.function p0t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction p0t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 0;	set(gcf,'UserData',handles);	wavexpofn 'ptext'% --- Executes during object creation, after setting all properties.function p1_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function p1_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 1;	set(gcf,'UserData',handles);	wavexpofn 'pslider'% --- Executes during object creation, after setting all properties.function p1t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction p1t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 1;	set(gcf,'UserData',handles);	wavexpofn 'ptext'% --- Executes during object creation, after setting all properties.function p2_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function p2_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 2;	set(gcf,'UserData',handles);	wavexpofn 'pslider'% --- Executes during object creation, after setting all properties.function p2t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction p2t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 2;	set(gcf,'UserData',handles);	wavexpofn 'ptext'% --- Executes during object creation, after setting all properties.function p3_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function p3_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 3;	set(gcf,'UserData',handles);	wavexpofn 'pslider'% --- Executes during object creation, after setting all properties.function p3t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction p3t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 3;	set(gcf,'UserData',handles);	wavexpofn 'ptext'% --- Executes during object creation, after setting all properties.function p4_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function p4_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 4;	set(gcf,'UserData',handles);	wavexpofn 'pslider'% --- Executes during object creation, after setting all properties.function p4t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction p4t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 4;	set(gcf,'UserData',handles);	wavexpofn 'ptext'% --- Executes during object creation, after setting all properties.function p5_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function p5_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 5;	set(gcf,'UserData',handles);	wavexpofn 'pslider'% --- Executes during object creation, after setting all properties.function p5t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction p5t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 5;	set(gcf,'UserData',handles);	wavexpofn 'ptext'% --- Executes during object creation, after setting all properties.function p6_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function p6_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 6;	set(gcf,'UserData',handles);	wavexpofn 'pslider'% --- Executes during object creation, after setting all properties.function p6t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction p6t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 6;	set(gcf,'UserData',handles);	wavexpofn 'ptext'% --- Executes during object creation, after setting all properties.function p7_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function p7_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 7;	set(gcf,'UserData',handles);	wavexpofn 'pslider'% --- Executes during object creation, after setting all properties.function p7t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction p7t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 7;	set(gcf,'UserData',handles);	wavexpofn 'ptext'% --- Executes during object creation, after setting all properties.function f8_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function f8_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 8;	set(gcf,'UserData',handles);	wavexpofn 'fslider'% --- Executes during object creation, after setting all properties.function f8t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction f8t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 8;	set(gcf,'UserData',handles);	wavexpofn 'ftext'% --- Executes during object creation, after setting all properties.function f9_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function f9_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 9;	set(gcf,'UserData',handles);	wavexpofn 'fslider'% --- Executes during object creation, after setting all properties.function f9t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction f9t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 9;	set(gcf,'UserData',handles);	wavexpofn 'ftext'% --- Executes during object creation, after setting all properties.function f10_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function f10_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 10;	set(gcf,'UserData',handles);	wavexpofn 'fslider'% --- Executes during object creation, after setting all properties.function f10t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction f10t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 10;	set(gcf,'UserData',handles);	wavexpofn 'ftext'% --- Executes during object creation, after setting all properties.function f11_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function f11_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 11;	set(gcf,'UserData',handles);	wavexpofn 'fslider'% --- Executes during object creation, after setting all properties.function f11t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction f11t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 11;	set(gcf,'UserData',handles);	wavexpofn 'ftext'% --- Executes during object creation, after setting all properties.function f12_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function f12_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 12;	set(gcf,'UserData',handles);	wavexpofn 'fslider'% --- Executes during object creation, after setting all properties.function f12t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction f12t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 12;	set(gcf,'UserData',handles);	wavexpofn 'ftext'% --- Executes during object creation, after setting all properties.function f13_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function f13_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 13;	set(gcf,'UserData',handles);	wavexpofn 'fslider'% --- Executes during object creation, after setting all properties.function f13t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction f13t_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 13;	set(gcf,'UserData',handles);	wavexpofn 'ftext'% --- Executes during object creation, after setting all properties.function f14_CreateFcn(hObject, eventdata, handles)usewhitebg = 1;if usewhitebg    set(hObject,'BackgroundColor',[.9 .9 .9]);else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));end% --- Executes on slider movement.function f14_Callback(hObject, eventdata, handles)	handles = get(gcf,'UserData');	handles.textnum = 14;	set(gcf,'UserData',handles);	wavexpofn 'fslider'% --- Executes during object creation, after setting all properties.function f14t_CreateFcn(hObject, eventdata, handles)if ispc    set(hObject,'BackgroundColor','white');else    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction f14t_Callback(hObject, eventdata, handles)

⌨️ 快捷键说明

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