📄 complexpo.m
字号:
else set(hObject,'BackgroundColor',get(0,'defaultUicontrolBackgroundColor'));endfunction y_point2_Callback(hObject, eventdata, handles)% hObject handle to y_point2 (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 y_point2 as text% str2double(get(hObject,'String')) returns contents of y_point2 as a double complexpofn('update','y2');% --- Executes during object creation, after setting all properties.function r_point2_CreateFcn(hObject, eventdata, handles)% hObject handle to r_point2 (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 r_point2_Callback(hObject, eventdata, handles)% hObject handle to r_point2 (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 r_point2 as text% str2double(get(hObject,'String')) returns contents of r_point2 as a double complexpofn('update','r2');% --- Executes during object creation, after setting all properties.function t_point2_CreateFcn(hObject, eventdata, handles)% hObject handle to t_point2 (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 t_point2_Callback(hObject, eventdata, handles)% hObject handle to t_point2 (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 t_point2 as text% str2double(get(hObject,'String')) returns contents of t_point2 as a double complexpofn('update','t2');% --- Executes during object creation, after setting all properties.function result_text_CreateFcn(hObject, eventdata, handles)% hObject handle to result_text (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 result_text_Callback(hObject, eventdata, handles)% hObject handle to result_text (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 result_text as text% str2double(get(hObject,'String')) returns contents of result_text as a double% --- Executes during object creation, after setting all properties.function x_result_CreateFcn(hObject, eventdata, handles)% hObject handle to x_result (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 x_result_Callback(hObject, eventdata, handles)% hObject handle to x_result (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 x_result as text% str2double(get(hObject,'String')) returns contents of x_result as a double% --- Executes during object creation, after setting all properties.function y_result_CreateFcn(hObject, eventdata, handles)% hObject handle to y_result (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 y_result_Callback(hObject, eventdata, handles)% hObject handle to y_result (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 y_result as text% str2double(get(hObject,'String')) returns contents of y_result as a double% --- Executes during object creation, after setting all properties.function r_result_CreateFcn(hObject, eventdata, handles)% hObject handle to r_result (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 r_result_Callback(hObject, eventdata, handles)% hObject handle to r_result (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 r_result as text% str2double(get(hObject,'String')) returns contents of r_result as a double% --- Executes during object creation, after setting all properties.function t_result_CreateFcn(hObject, eventdata, handles)% hObject handle to t_result (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 t_result_Callback(hObject, eventdata, handles)% hObject handle to t_result (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 t_result as text% str2double(get(hObject,'String')) returns contents of t_result as a double% --- Executes on button press in grid_polar.function grid_polar_Callback(hObject, eventdata, handles)% hObject handle to grid_polar (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 grid_polar complexpofn 'gridpolar';% --- Executes during object creation, after setting all properties.function plotmenu_CreateFcn(hObject, eventdata, handles)% hObject handle to plotmenu (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles empty - handles not created until after all CreateFcns called% Hint: popupmenu 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% --- Executes on selection change in plotmenu.function plotmenu_Callback(hObject, eventdata, handles)% hObject handle to plotmenu (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA)% Hints: contents = get(hObject,'String') returns plotmenu contents as cell array% contents{get(hObject,'Value')} returns selected item from plotmenu complexpofn 'plotmenu';% --------------------------------------------------------------------function print_Callback(hObject, eventdata, handles)% hObject handle to print (see GCBO)% eventdata reserved - to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA) complexpofn 'print';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -