📄 exportresults.m
字号:
% Hint: get(hObject,'Value') returns toggle state of chkbx_raw
% --- Executes during object creation, after setting all properties.
function edit34_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit_raw (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc
set(hObject,'BackgroundColor','white');
else
set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end
function edit34_Callback(hObject, eventdata, handles)
% hObject handle to edit_raw (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit_raw as text
% str2double(get(hObject,'String')) returns contents of edit_raw as a double
% --- Executes on button press in chkbx_decimated.
function checkbox25_Callback(hObject, eventdata, handles)
% hObject handle to chkbx_decimated (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of chkbx_decimated
% --- Executes during object creation, after setting all properties.
function edit35_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit_decimated (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc
set(hObject,'BackgroundColor','white');
else
set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end
function edit35_Callback(hObject, eventdata, handles)
% hObject handle to edit_decimated (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit_decimated as text
% str2double(get(hObject,'String')) returns contents of edit_decimated as a double
% --- Executes on button press in chkbx_preprocess.
function checkbox26_Callback(hObject, eventdata, handles)
% hObject handle to chkbx_preprocess (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of chkbx_preprocess
% --- Executes during object creation, after setting all properties.
function edit_preprocess_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit_preprocess (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc
set(hObject,'BackgroundColor','white');
else
set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end
function edit_preprocess_Callback(hObject, eventdata, handles)
% hObject handle to edit_preprocess (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit_preprocess as text
% str2double(get(hObject,'String')) returns contents of edit_preprocess as a double
% --- Executes on button press in chkbx_all1.
function chkbx_all1_Callback(hObject, eventdata, handles)
% hObject handle to chkbx_all1 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of chkbx_all1
% --- Executes on button press in chkbx_all3.
function chkbx_all3_Callback(hObject, eventdata, handles)
% hObject handle to chkbx_all3 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of chkbx_all3
% --- Executes during object creation, after setting all properties.
function edit41_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit_all2 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc
set(hObject,'BackgroundColor','white');
else
set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end
function edit41_Callback(hObject, eventdata, handles)
% hObject handle to edit_all2 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit_all2 as text
% str2double(get(hObject,'String')) returns contents of edit_all2 as a double
% --- Executes on button press in chkbx_pronyfit.
function chkbx_pronyfit_Callback(hObject, eventdata, handles)
% hObject handle to chkbx_pronyfit (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of chkbx_pronyfit
% --- Executes during object creation, after setting all properties.
function edit_pronyfit_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit_pronyfit (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc
set(hObject,'BackgroundColor','white');
else
set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end
function edit_pronyfit_Callback(hObject, eventdata, handles)
% hObject handle to edit_pronyfit (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit_pronyfit as text
% str2double(get(hObject,'String')) returns contents of edit_pronyfit as a double
% --- Executes on button press in chkbx_pronymodes.
function chkbx_pronymodes_Callback(hObject, eventdata, handles)
% hObject handle to chkbx_pronymodes (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of chkbx_pronymodes
% --- Executes during object creation, after setting all properties.
function edit_pronymodes_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit_pronymodes (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc
set(hObject,'BackgroundColor','white');
else
set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end
function edit_pronymodes_Callback(hObject, eventdata, handles)
% hObject handle to edit_pronymodes (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit_pronymodes as text
% str2double(get(hObject,'String')) returns contents of edit_pronymodes as a double
% --- Executes on button press in chkbx_poles.
function chkbx_poles_Callback(hObject, eventdata, handles)
% hObject handle to chkbx_poles (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of chkbx_poles
% --- Executes during object creation, after setting all properties.
function edit_poles_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit_poles (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc
set(hObject,'BackgroundColor','white');
else
set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end
function edit_poles_Callback(hObject, eventdata, handles)
% hObject handle to edit_poles (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit_poles as text
% str2double(get(hObject,'String')) returns contents of edit_poles as a double
% --- Executes on button press in chkbx_all2.
function chkbx_all2_Callback(hObject, eventdata, handles)
% hObject handle to chkbx_all2 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of chkbx_all2
% --- Executes on button press in chkbx_sortedres.
function chkbx_sortedres_Callback(hObject, eventdata, handles)
% hObject handle to chkbx_sortedres (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of chkbx_sortedres
% --- Executes during object creation, after setting all properties.
function edit_sortedres_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit_sortedres (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc
set(hObject,'BackgroundColor','white');
else
set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end
function edit_sortedres_Callback(hObject, eventdata, handles)
% hObject handle to edit_sortedres (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit_sortedres as text
% str2double(get(hObject,'String')) returns contents of edit_sortedres as a double
% --- Executes on button press in chkbx_polezero.
function chkbx_polezero_Callback(hObject, eventdata, handles)
% hObject handle to chkbx_polezero (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of chkbx_polezero
% --- Executes during object creation, after setting all properties.
function edit_polezero_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit_polezero (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC and COMPUTER.
if ispc
set(hObject,'BackgroundColor','white');
else
set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end
function edit_polezero_Callback(hObject, eventdata, handles)
% hObject handle to edit_polezero (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of edit_polezero as text
% str2double(get(hObject,'String')) returns contents of edit_polezero as a double
% --- Executes on button press in chkbx_allres.
function chkbx_allres_Callback(hObject, eventdata, handles)
% hObject handle to chkbx_allres (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hint: get(hObject,'Value') returns toggle state of chkbx_allres
% --- Executes during object creation, after setting all properties.
function edit_allres_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit_allres (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: edit controls usually have a white background on Windows.
% See ISPC a
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -