【正文】
structureguidata(hObject, handles)。 % UIWAIT makes V_caculate wait for user response (see UIRESUME)% uiwait()。 % Outputs from this function are returned to the mand line.function varargout = V_caculate_OutputF(hObject, eventdata, handles) % varargout cell array for returning output args (see VARARGOUT)。% hObject handle to figure% eventdata reserved to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA) % Get default mand line output from handles structurevarargout{1} = 。 % Executes on selection change in popupmenu3.function popupmenu3_Callback(hObject, eventdata, handles)% hObject handle to popupmenu3 (see GCBO)% eventdata reserved to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA) % Hints: contents = cellstr(get(hObject,39。String39。)) returns popupmenu3 contents as cell array% contents{get(hObject,39。Value39。)} returns selected item from popupmenu3 % Executes during object creation, after setting all properties.function popupmenu3_CreateF(hObject, eventdata, handles)% hObject handle to popupmenu3 (see GCBO)% eventdata reserved to be defined in a future version of MATLAB% handles empty handles not created until after all CreateFs called % Hint: popupmenu controls usually have a white background on Windows.% See ISPC and COMPUTER.if ispc amp。amp。 isequal(get(hObject,39。BackgroundColor39。), get(0,39。defaultUicontrolBackgroundColor39。)) set(hObject,39。BackgroundColor39。,39。white39。)。end function edit1_Callback(hObject, eventdata, handles)% hObject handle to edit1 (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,39。String39。) returns contents of edit1 as text% str2double(get(hObject,39。String39。)) returns contents of edit1 as a double % Executes during object creation, after setting all properties.function edit1_CreateF(hObject, eventdata, handles)% hObject handle to edit1 (see GCBO)% eventdata reserved to be defined in a future version of MATLAB% handles empty handles not created until after all CreateFs called % Hint: edit controls usually have a white background on Windows.% See ISPC and COMPUTER.if ispc amp。amp。 isequal(get(hObject,39。BackgroundColor39。), get(0,39。defaultUicontrolBackgroundColor39。)) set(hObject,39。BackgroundColor39。,39。white39。)。end function edit2_Callback(hObject, eventdata, handles)% hObject handle to edit2 (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,39。String39。) returns contents of edit2 as text% str2double(get(hObject,39。String39。)) returns contents of edit2 as a double % Executes during object creation, after setting all properties.function edit2_CreateF(hObject, eventdata, handles)% hObject handle to edit2 (see GCBO)% eventdata reserved to be defined in a future version of MATLAB% handles empty handles not created until after all CreateFs called % Hint: edit controls usually have a white background on Windows.% See ISPC and COMPUTER.if ispc amp。amp。 isequal(get(hObject,39。BackgroundColor39。), get(0,39。defaultUicontrolBackgroundColor39。)) set(hObject,39。BackgroundColor39。,39。white39。)。end function edit3_Callback(hObject, eventdata, handles)% hObject handle to edit3 (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,39。String39。) returns contents of edit3 as text% str2double(get(hObject,39。String39。)) returns contents of edit3 as a double % Executes during object creation, after setting all properties.function edit3_CreateF(hObject, eventdata, handles)% hObject handle to edit3 (see GCBO)% eventdata reserved to be defined in a future version of MATLAB% handles empty handles not created until after all CreateFs called % Hint: edit controls usually have a white background on Windows.% See ISPC and COMPUTER.if ispc amp。amp。 isequal(get(hObject,39。BackgroundColor39。), get(0,39。defaultUicontrolBackgroundColor39。)) set(hObject,39。BackgroundColor39。,39。white39。)。end % Executes on selection change in popupmenu9.function popupmenu9_Callback(hObject, eventdata, handles)% hObject handle to popupmenu9 (see GCBO)% eventdata reserved to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA) % Hints: contents = cellstr(get(hObject,39。String39。)) returns popupmenu9 contents as cell array% contents{get(hObject,39。Value39。)} returns selected item from popupmenu9 % Executes during object creation, after setting all properties.function popupmenu9_CreateF(hObject, eventdata, handles)% hObject handle to popupmenu9 (see GCBO)% eventdata reserved to be defined in a future version of MATLAB% handles empty handles not created until after all CreateFs called % Hint: popupmenu controls usually have a white background on Windows.% See ISPC and COMPUTER.if ispc amp。amp。 isequal(get(hObject,39。BackgroundColor39。), get(0,39。defaultUicontrolBackgroundColor39。)) set(hObject,39。BackgroundColor39。,39。white39。)。end% Executes on selection change in popupmenu5.function popupmenu5_Callback(hObject, eventdata, handles)% hObject handle to popupmenu5 (see GCBO)% eventdata reserved to be defined in a future version of MATLAB% handles structure with handles and user data (see GUIDATA) % Hints: contents = cellstr(get(hObject,39。String39。)) returns popupmenu5 contents as cell array% contents{get(hObject,39。Value39。)} returns selected item from popupmenu5 % Executes during object creation, after setting all properties.function popupmenu5_CreateF(hObject, eventdata, handles)% hObject handle to popupmenu5 (see GCBO)% eventdata reserved to be defined in a future version of MATLAB% handles empty handles not created until