亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? algrithem_database.m

?? MATLAB Compiler 是MATLAB自帶的一個(gè)編譯器
?? M
?? 第 1 頁 / 共 3 頁
字號(hào):

% Hints: get(hObject,'String') returns contents of JNR2 as text
%        str2double(get(hObject,'String')) returns contents of JNR2 as a double
JNR2 = str2double(get(hObject, 'String'));
% if isnan(JNR2)
%     set(hObject, 'String', 0);
%     errordlg('Input must be a number','Error');
% end

% Save the new volume value
handles.metricdata.JNR2 = JNR2;
guidata(hObject,handles)


% --- Executes during object creation, after setting all properties.
function JNR2_CreateFcn(hObject, eventdata, handles)
% hObject    handle to JNR2 (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
%     set(hObject,'BackgroundColor','white');
% end
usewhitebg = 1;
if usewhitebg
    set(hObject,'BackgroundColor','white');
else
    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end


% --- Executes on button press in reset.
% function reset_Callback(hObject, eventdata, handles)
% % hObject    handle to reset (see GCBO)
% % eventdata  reserved - to be defined in a future version of MATLAB
% % handles    structure with handles and user data (see GUIDATA)
% 
% initialize_gui(gcbf, handles, true);     %改動(dòng)處

% --- Executes on button press in Calculate.
% function Calculate_Callback(hObject, eventdata, handles)
% % hObject    handle to Calculate (see GCBO)
% % eventdata  reserved - to be defined in a future version of MATLAB
% % handles    structure with handles and user data (see GUIDATA)

function ang0_Callback(hObject, eventdata, handles)
% hObject    handle to ang0 (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 ang0 as text
%        str2double(get(hObject,'String')) returns contents of ang0 as a double
ang0 = str2double(get(hObject, 'String'));
% if isnan(ang0)
%     set(hObject, 'String', 0);
%     errordlg('Input must be a number','Error');
% end

% Save the new volume value
handles.metricdata.ang0 = ang0;
guidata(hObject,handles)


% --- Executes during object creation, after setting all properties.
function ang0_CreateFcn(hObject, eventdata, handles)
% hObject    handle to ang0 (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
%     set(hObject,'BackgroundColor','white');
% end
usewhitebg = 1;
if usewhitebg
    set(hObject,'BackgroundColor','white');
else
    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end



function ang1_Callback(hObject, eventdata, handles)
% hObject    handle to ang1 (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 ang1 as text
%        str2double(get(hObject,'String')) returns contents of ang1 as a double
ang1 = str2double(get(hObject, 'String'));
% if isnan(ang1)
%     set(hObject, 'String', 0);
%     errordlg('Input must be a number','Error');
% end

% Save the new volume value
handles.metricdata.ang1 = ang1;
guidata(hObject,handles)


% --- Executes during object creation, after setting all properties.
function ang1_CreateFcn(hObject, eventdata, handles)
% hObject    handle to ang1 (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
%     set(hObject,'BackgroundColor','white');
% end
usewhitebg = 1;
if usewhitebg
    set(hObject,'BackgroundColor','white');
else
    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end



function ang3_Callback(hObject, eventdata, handles)
% hObject    handle to ang3 (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 ang3 as text
%        str2double(get(hObject,'String')) returns contents of ang3 as a double
ang3 = str2double(get(hObject, 'String'));
% if isnan(ang3)
%     set(hObject, 'String', 0);
%     errordlg('Input must be a number','Error');
% end

% Save the new volume value
handles.metricdata.ang3 = ang3;
guidata(hObject,handles)


% --- Executes during object creation, after setting all properties.
function ang3_CreateFcn(hObject, eventdata, handles)
% hObject    handle to ang3 (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
%     set(hObject,'BackgroundColor','white');
% end
usewhitebg = 1;
if usewhitebg
    set(hObject,'BackgroundColor','white');
else
    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end



function ang2_Callback(hObject, eventdata, handles)
% hObject    handle to ang2 (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 ang2 as text
%        str2double(get(hObject,'String')) returns contents of ang2 as a double
ang2 = str2double(get(hObject, 'String'));
% if isnan(ang2)
%     set(hObject, 'String', 0);
%     errordlg('Input must be a number','Error');
% end

% Save the new volume value
handles.metricdata.ang2 = ang2;
guidata(hObject,handles)

% --- Executes during object creation, after setting all properties.
function ang2_CreateFcn(hObject, eventdata, handles)
% hObject    handle to ang2 (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
%     set(hObject,'BackgroundColor','white');
% end
usewhitebg = 1;
if usewhitebg
    set(hObject,'BackgroundColor','white');
else
    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end



function snap_number_Callback(hObject, eventdata, handles)
% hObject    handle to snap_number (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 snap_number as text
%        str2double(get(hObject,'String')) returns contents of snap_number as a double
snap_number = str2double(get(hObject, 'String'));
% if isnan(snap_number)
%     set(hObject, 'String', 0);
%     errordlg('Input must be a number','Error');
% end

% Save the new volume value
handles.metricdata.snap_number = snap_number;
guidata(hObject,handles)


% --- Executes during object creation, after setting all properties.
function snap_number_CreateFcn(hObject, eventdata, handles)
% hObject    handle to snap_number (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
%     set(hObject,'BackgroundColor','white');
% end
usewhitebg = 1;
if usewhitebg
    set(hObject,'BackgroundColor','white');
else
    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end



function sample_frequency_Callback(hObject, eventdata, handles)
% hObject    handle to sample_frequency (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 sample_frequency as text
%        str2double(get(hObject,'String')) returns contents of sample_frequency as a double
sample_frequency = str2double(get(hObject, 'String'));
% if isnan(sample_frequency)
%     set(hObject, 'String', 0);
%     errordlg('Input must be a number','Error');
% end

% Save the new volume value
handles.metricdata.sample_frequency = sample_frequency;
guidata(hObject,handles)


% --- Executes during object creation, after setting all properties.
function sample_frequency_CreateFcn(hObject, eventdata, handles)
% hObject    handle to sample_frequency (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
%     set(hObject,'BackgroundColor','white');
% end
usewhitebg = 1;
if usewhitebg
    set(hObject,'BackgroundColor','white');
else
    set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));
end



function AM_JAM1_Callback(hObject, eventdata, handles)
% hObject    handle to AM_JAM1 (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 AM_JAM1


% --- Executes on button press in PM_JAM1.
function PM_JAM1_Callback(hObject, eventdata, handles)
% hObject    handle to PM_JAM1 (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 PM_JAM1


% --- Executes on button press in radiobutton3.
function AM_JAM2_Callback(hObject, eventdata, handles)
% hObject    handle to radiobutton3 (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 radiobutton3


% --- Executes on button press in radiobutton4.
function PM_JAM2_Callback(hObject, eventdata, handles)
% hObject    handle to radiobutton4 (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 radiobutton4


% --- Executes on button press in radiobutton5.
function AM_JAM3_Callback(hObject, eventdata, handles)
% hObject    handle to radiobutton5 (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 radiobutton5


% --- Executes on button press in radiobutton6.
function PM_JAM3_Callback(hObject, eventdata, handles)
% hObject    handle to radiobutton6 (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 radiobutton6

function MVDR_Callback(hObject, eventdata, handles)
% hObject    handle to radiobutton6 (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 radiobutton6

function GSC_Callback(hObject, eventdata, handles)
% hObject    handle to radiobutton6 (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 radiobutton6

function MWF_Callback(hObject, eventdata, handles)
% hObject    handle to radiobutton6 (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 radiobutton6

function LCEC_Callback(hObject, eventdata, handles)

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久蜜桃一区二区| 91国内精品野花午夜精品| 精品一区二区三区欧美| 制服丝袜亚洲网站| 精品一区二区在线观看| 亚洲精品视频免费观看| 亚洲综合男人的天堂| 国产资源在线一区| 欧美日韩精品一区二区在线播放| 国产精品久久久久久久久图文区 | 91黄色激情网站| 亚洲国产精品99久久久久久久久| 首页国产欧美久久| 亚洲成人av一区| 国产精品一区二区不卡| 欧美无砖专区一中文字| 国产精品二三区| 欧美疯狂做受xxxx富婆| 国产成人自拍网| 久久精品国产一区二区| 国产精品久99| 欧美一区二区三区婷婷月色| 精品一区二区国语对白| 精品国产一区二区三区av性色 | 亚洲小少妇裸体bbw| 日韩欧美高清一区| 69堂精品视频| 亚洲欧美日韩国产手机在线| 成人精品国产免费网站| 午夜精品久久久久久久蜜桃app| 久久尤物电影视频在线观看| 666欧美在线视频| 欧美日韩亚州综合| 91精品国产综合久久精品app| 中文字幕久久午夜不卡| 《视频一区视频二区| 免费成人美女在线观看.| 欧美在线影院一区二区| 亚洲国产日韩a在线播放性色| 91久久精品网| 亚洲成人tv网| 欧美放荡的少妇| 老司机午夜精品99久久| 精品国产一区二区亚洲人成毛片| 老司机精品视频导航| 26uuu精品一区二区三区四区在线| 国产自产高清不卡| 中文字幕国产一区二区| 91精品福利视频| 午夜欧美大尺度福利影院在线看| 3d成人动漫网站| 精品综合免费视频观看| 国产欧美日韩亚州综合| 91亚洲国产成人精品一区二区三 | 久久精品在线免费观看| 97久久精品人人做人人爽 | 日韩在线a电影| 国产精品超碰97尤物18| 日本丶国产丶欧美色综合| 亚洲成av人片在线观看无码| 日韩女优制服丝袜电影| 白白色 亚洲乱淫| 午夜精品一区二区三区电影天堂| 日韩一区二区在线观看| 国产91精品露脸国语对白| 亚洲精品videosex极品| 日韩午夜在线播放| 99久久国产综合精品女不卡| 肉色丝袜一区二区| 国产欧美在线观看一区| 欧美性三三影院| 国产一区二区三区在线观看精品 | 91在线精品一区二区| 亚洲bt欧美bt精品777| 日韩精品一区二| 色综合视频在线观看| 乱中年女人伦av一区二区| 亚洲天堂久久久久久久| 日韩一区二区高清| 色噜噜夜夜夜综合网| 国产精品99久久久久久久vr| 亚洲成av人影院在线观看网| 中文字幕一区二区在线播放| 欧美一级片在线观看| 色域天天综合网| 国产精品99久久久久久宅男| 日韩av一区二区三区四区| |精品福利一区二区三区| 久久综合九色欧美综合狠狠 | 日韩精品亚洲一区| 国产精品久久久一本精品| 欧美va亚洲va国产综合| 欧美日韩在线播| 91麻豆视频网站| 国产超碰在线一区| 韩国在线一区二区| 秋霞影院一区二区| 亚洲成a人片在线不卡一二三区 | 免费在线看成人av| 亚洲综合久久久| 亚洲少妇30p| 日本一区二区三区dvd视频在线| 欧美一区二区观看视频| 国产精品18久久久久久久久| 国产综合色精品一区二区三区| 亚洲精品高清在线观看| 国产精品国产精品国产专区不蜜 | 99久久久精品| 国产精品一区一区三区| 久久国产精品72免费观看| 蜜臂av日日欢夜夜爽一区| 琪琪一区二区三区| 日本vs亚洲vs韩国一区三区二区 | 一区二区三区欧美久久| 国产精品女主播在线观看| 久久久久久综合| 国产日产欧美一区二区三区| 一区二区三区高清| 国产精品私房写真福利视频| 精品国产成人系列| 久久久91精品国产一区二区精品| 日韩午夜精品视频| 精品国产a毛片| 久久蜜桃av一区二区天堂 | 亚洲丝袜自拍清纯另类| 中文字幕不卡的av| 综合久久久久综合| 亚洲精品一二三区| 亚洲成人www| 九九精品一区二区| 成人毛片在线观看| 色老汉一区二区三区| 欧美精品 国产精品| 精品粉嫩aⅴ一区二区三区四区| 久久久久久久久一| 亚洲精品视频自拍| 日本成人在线看| 丁香激情综合国产| 欧美日韩黄色影视| 欧美一级久久久| 久久精品视频一区二区| 国产精品毛片大码女人| 一区二区在线电影| 免费久久99精品国产| 国产福利精品导航| 在线亚洲+欧美+日本专区| 91精品国产aⅴ一区二区| 久久久久成人黄色影片| 亚洲激情图片小说视频| 免费在线成人网| 92精品国产成人观看免费| 在线成人小视频| 国产精品久久久久影院色老大| 一区二区三区四区五区视频在线观看| 日本午夜精品一区二区三区电影| 激情五月激情综合网| 欧美性猛交xxxxxxxx| 国产亚洲va综合人人澡精品| 综合久久综合久久| 精久久久久久久久久久| 在线视频综合导航| 欧美午夜电影在线播放| 久久久久9999亚洲精品| 夜夜亚洲天天久久| 国产在线精品一区二区夜色| 欧美写真视频网站| 国产精品系列在线| 日本在线不卡视频| 99久久夜色精品国产网站| 精品999在线播放| 午夜精品123| 色欧美日韩亚洲| 国产精品午夜在线观看| 久久99精品国产91久久来源| 欧美日韩国产美| 一区二区三区四区在线| 波多野结衣在线一区| 久久久不卡网国产精品二区| 免费成人在线观看视频| 欧美中文字幕亚洲一区二区va在线 | 亚洲欧美视频一区| 国产一区在线观看麻豆| 欧美一区二区三区视频免费| 亚洲资源中文字幕| 99视频超级精品| 国产精品私房写真福利视频| 久草中文综合在线| 久久 天天综合| 99re亚洲国产精品| 国产精品无圣光一区二区| 激情综合色综合久久综合| 日韩一区二区麻豆国产| 日日夜夜一区二区| 欧美日本在线播放| 亚洲在线成人精品| 在线免费观看日本欧美| 亚洲美女一区二区三区| 成人av资源下载| 最近日韩中文字幕| 色综合久久久久网|