体温检测系统附GUI界面

✅作者简介:热爱科研的Matlab仿真开发者,修心和技术同步精进,matlab项目合作可私信。

个人主页:Matlab科研工作室

个人信条:格物致知。

更多Matlab仿真内容点击

智能优化算法  神经网络预测 雷达通信  无线传感器

信号处理 图像处理 路径规划 元胞自动机 无人机  电力系统

⛄ 内容介绍

体温检测系统附GUI界面

⛄ 部分代码

function varargout = tiwenjiance(varargin)

% TIWENJIANCE MATLAB code for tiwenjiance.fig

%      TIWENJIANCE, by itself, creates a new TIWENJIANCE or raises the existing

%      singleton*.

%

%      H = TIWENJIANCE returns the handle to a new TIWENJIANCE or the handle to

%      the existing singleton*.

%

%      TIWENJIANCE('CALLBACK',hObject,eventData,handles,...) calls the local

%      function named CALLBACK in TIWENJIANCE.M with the given input arguments.

%

%      TIWENJIANCE('Property','Value',...) creates a new TIWENJIANCE or raises the

%      existing singleton*.  Starting from the left, property value pairs are

%      applied to the GUI before tiwenjiance_OpeningFcn gets called.  An

%      unrecognized property name or invalid value makes property application

%      stop.  All inputs are passed to tiwenjiance_OpeningFcn via varargin.

%

%      *See GUI Options on GUIDE's Tools menu.  Choose "GUI allows only one

%      instance to run (singleton)".

%

% See also: GUIDE, GUIDATA, GUIHANDLES

function edit2_CreateFcn(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 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

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,'String') returns contents of edit3 as text

%        str2double(get(hObject,'String')) returns contents of edit3 as a double

% --- Executes during object creation, after setting all properties.

function edit3_CreateFcn(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 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

⛄ 运行结果

体温检测系统附GUI界面_第1张图片

体温检测系统附GUI界面_第2张图片

体温检测系统附GUI界面_第3张图片

⛄ 参考文献

[1]车艳双. 一种体温检测系统及方法:, CN105816158A[P]. 2016.

❤️ 关注我领取海量matlab电子书和数学建模资料

❤️部分理论引用网络文献,若有侵权联系博主删除

你可能感兴趣的:(matlab,开发语言)