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

📄 transfer_alignment_modify_simulation_systme.m

📁 飞行轨迹产生的界面
💻 M
📖 第 1 页 / 共 3 页
字号:
% --- Executes on button press in togglebutton4.function togglebutton4_Callback(hObject, eventdata, handles)%复制小坐标的图形到详细图上% hObject    handle to togglebutton4 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    structure with handles and user data (see GUIDATA)% Hint: geset(fHandle,'Visible','on')t(hObject,'Value') returns toggle state of togglebutton4h4=findobj(handles.y1,'type','line');%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%important
fHandle3 = figure('HandleVisibility','on','IntegerHandle','on','Visible','on');
aHandle3 = axes('Parent',fHandle3);
set(aHandle3,'XGrid','on','YGrid','on');

copyobj(h4,gca);% --- Executes on button press in togglebutton5.%复制小坐标的图形到详细图上function togglebutton5_Callback(hObject, eventdata, handles)% hObject    handle to togglebutton5 (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 togglebutton5h4=findobj(handles.z1,'type','line');%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%important
fHandle4 = figure('HandleVisibility','on','IntegerHandle','on','Visible','on');
aHandle4 = axes('Parent',fHandle4);
set(aHandle4,'XGrid','on','YGrid','on');

copyobj(h4,gca);% --- Executes on button press in togglebutton6.function togglebutton6_Callback(hObject, eventdata, handles)%复制小坐标的图形到详细图上% hObject    handle to togglebutton6 (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 togglebutton6h4=findobj(handles.x2,'type','line');%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%important
fHandle5 = figure('HandleVisibility','on','IntegerHandle','on','Visible','on');
aHandle5 = axes('Parent',fHandle5);
set(aHandle5,'XGrid','on','YGrid','on');

copyobj(h4,gca);
% --- Executes on button press in togglebutton7.function togglebutton7_Callback(hObject, eventdata, handles)%复制小坐标的图形到详细图上% hObject    handle to togglebutton7 (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 togglebutton7h4=findobj(handles.y2,'type','line');%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%important
fHandle6 = figure('HandleVisibility','on','IntegerHandle','on','Visible','on');
aHandle6 = axes('Parent',fHandle6);
set(aHandle6,'XGrid','on','YGrid','on');

copyobj(h4,gca);
% --- Executes on button press in togglebutton8.function togglebutton8_Callback(hObject, eventdata, handles)%复制小坐标的图形到详细图上% hObject    handle to togglebutton8 (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 togglebutton8h5=findobj(handles.z2,'type','Xlable');h4=findobj(handles.z2,'type','line')%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%important
fHandle7 = figure('HandleVisibility','on','IntegerHandle','on','Visible','on');
aHandle7 = axes('Parent',fHandle7);
set(aHandle7,'XGrid','on','YGrid','on');
copyobj(h5,gca);
copyobj(h4,gca);
% --- Executes on button press in togglebutton9.function togglebutton9_Callback(hObject, eventdata, handles) %复制小坐标的图形到详细图上% hObject    handle to togglebutton9 (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 togglebutton9h4=findobj(handles.fxgj,'type','line');fHandle8 = figure('HandleVisibility','on','IntegerHandle','on','Visible','on');
aHandle8 = axes('Parent',fHandle8);
set(aHandle8,'XGrid','on','YGrid','on');
copyobj(h4,gca);
set(findobj(aHandle8,'type','line'),'color','b','linewidth',5);
set(get(aHandle8,'XLabel'),'String','经度(单位:度)');
set(get(aHandle8,'YLabel'),'String','纬度(单位:度)');
set(get(aHandle8,'ZLabel'),'String','高度(单位:米)');
rotate3d on% --- Executes during object creation, after setting all properties.function edit6_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit6 (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'));endfunction edit6_Callback(hObject, eventdata, handles)% hObject    handle to edit6 (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 edit6 as text%        str2double(get(hObject,'String')) returns contents of edit6 as a double% --- Executes during object creation, after setting all properties.function edit7_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit7 (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'));endfunction edit7_Callback(hObject, eventdata, handles)% hObject    handle to edit7 (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 edit7 as text%        str2double(get(hObject,'String')) returns contents of edit7 as a double% --- Executes during object creation, after setting all properties.function edit8_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit8 (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'));endfunction edit8_Callback(hObject, eventdata, handles)% hObject    handle to edit8 (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 edit8 as text%        str2double(get(hObject,'String')) returns contents of edit8 as a double% --- Executes during object creation, after setting all properties.function edit10_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit10 (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'));endfunction edit10_Callback(hObject, eventdata, handles)% hObject    handle to edit10 (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 edit10 as text%        str2double(get(hObject,'String')) returns contents of edit10 as a double% --- Executes during object creation, after setting all properties.function edit11_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit11 (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'));endfunction edit11_Callback(hObject, eventdata, handles)% hObject    handle to edit11 (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 edit11 as text%        str2double(get(hObject,'String')) returns contents of edit11 as a double% --- Executes during object creation, after setting all properties.function edit12_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit12 (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'));endfunction edit12_Callback(hObject, eventdata, handles)% hObject    handle to edit12 (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 edit12 as text%        str2double(get(hObject,'String')) returns contents of edit12 as a double% --- Executes during object creation, after setting all properties.function edit13_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit13 (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'));endfunction edit13_Callback(hObject, eventdata, handles)% hObject    handle to edit13 (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 edit13 as text%        str2double(get(hObject,'String')) returns contents of edit13 as a double% --- Executes during object creation, after setting all properties.function edit14_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit14 (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'));endfunction edit14_Callback(hObject, eventdata, handles)% hObject    handle to edit14 (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 edit14 as text%        str2double(get(hObject,'String')) returns contents of edit14 as a double% --- Executes during object creation, after setting all properties.function edit15_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit15 (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'));endfunction edit15_Callback(hObject, eventdata, handles)% hObject    handle to edit15 (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 edit15 as text%        str2double(get(hObject,'String')) returns contents of edit15 as a double% --- Executes on button press in scsj.function scsj_Callback(hObject, eventdata, handles)                          %显示实测数据验证功能提示% hObject    handle to scsj (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 scsjoff = [handles.sj,handles.sx,handles.sy,handles.pg];
mutual_exclude(off);
xz=5;
set(handles.text33,'string','将实测数据文件导入工作区')

⌨️ 快捷键说明

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