function varargout = mycam(varargin)
% MYCAM M-file for mycam.fig
% MYCAM, by itself, creates a new MYCAM or raises the existing
% singleton*.
%
% H = MYCAM returns the handle to a new MYCAM or the handle to
% the existing singleton*.
%
% MYCAM('CALLBACK',hObject,eventData,handles,...) calls the local
% function named CALLBACK in MYCAM.M with the given input arguments.
%
% MYCAM('Property','Value',...) creates a new MYCAM or raises the
% existing singleton*. Starting from the left, property value pairs are
% applied to the GUI before mycam_OpeningFunction gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to mycam_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
% Edit the above text to modify the response to help mycam
% Last Modified by GUIDE v2.5 18-May-2021 15:20:46
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name', mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @mycam_OpeningFcn, ...
'gui_OutputFcn', @mycam_OutputFcn, ...
'gui_LayoutFcn', [] , ...
'gui_Callback', []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
else
gui_mainfcn(gui_State, varargin{:});
end
% End initialization code - DO NOT EDIT
% --- Executes just before mycam is made visible.
function mycam_OpeningFcn(hObject, eventdata, handles, varargin)
% This function has no output args, see OutputFcn.
% hObject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to mycam (see VARARGIN)
% Choose default command line output for mycam
handles.output = hObject;
% Update handles structure
guidata(hObject, handles);
% UIWAIT makes mycam wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = mycam_OutputFcn(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 command line output from handles structure
varargout{1} = handles.output;
function BaseRadiusEdit_Callback(hObject, eventdata, handles)
% hObject handle to BaseRadiusEdit (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 BaseRadiusEdit as text
% str2double(get(hObject,'String')) returns contents of BaseRadiusEdit as a double
% --- Executes during object creation, after setting all properties.
function BaseRadiusEdit_CreateFcn(hObject, eventdata, handles)
% hObject handle to BaseRadiusEdit (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
% --- Executes on selection change in TlzxSelectPop.
function TlzxSelectPop_Callback(hObject, eventdata, handles)
% hObject handle to TlzxSelectPop (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 TlzxSelectPop contents as cell array
% contents{get(hObject,'Value')} returns selected item from TlzxSelectPop
% --- Executes during object creation, after setting all properties.
function TlzxSelectPop_CreateFcn(hObject, eventdata, handles)
% hObject handle to TlzxSelectPop (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 && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor','white');
end
function CenterXEdit_Callback(hObject, eventdata, handles)
% hObject handle to CenterXEdit (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 CenterXEdit as text
% str2double(get(hObject,'String')) returns contents of CenterXEdit as a double
% --- Executes during object creation, after setting all properties.
function CenterXEdit_CreateFcn(hObject, eventdata, handles)
% hObject handle to CenterXEdit (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 CenterYEdit_Callback(hObject, eventdata, handles)
% hObject handle to CenterYEdit (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 CenterYEdit as text
% str2double(get(hObject,'String')) returns contents of CenterYEdit as a double
% --- Executes during object creation, after setting all properties.
function CenterYEdit_CreateFcn(hObject, eventdata, handles)
% hObject handle to CenterYEdit (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
% --- Executes on selection change in PopCdjType.
function PopCdjType_Callback(hObject, eventdata, handles)
% hObject handle to PopCdjType (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 PopCdjType contents as cell array
% contents{get(hObject,'Value')} returns selected item from PopCdjType
contents=get(hObject,'Value');
Ydxs=get(handles.PopYdxs,'value');
switch(contents)
case 1 %尖端
set(handles.TxtGzbj,'Enable','off');
set(handles.GzbjEdit,'Enable','off');
set(handles.TxtPdkd,'Enable','off');
set(handles.PdkdEdit,'Enable','off');
set(handles.TxtPzfx,'Enable','off');
set(handles.RadioZx,'Enable','off');
set(handles.RadioFx,'Enable','off');
set(handles.TxtPj,'Enable','off');
set(handles.PjEdit,'Enable','off');
switch(Ydxs)
case 1 %直动
set(handles.TextBgcd,'Enable','off');
set(handles.BgcdEdit,'Enable','off');
set(handles.TextZxjl,'E
没有合适的资源?快使用搜索试试~ 我知道了~
机械仿真基于matlab GUI凸轮设计与仿真【含Matlab源码 153期】.zip
共43个文件
m:18个
mat:14个
jpg:6个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
5星 · 超过95%的资源 12 下载量 21 浏览量
2021-12-28
16:31:15
上传
评论 9
收藏 414KB ZIP 举报
温馨提示
CSDN海神之光上传的全部代码均可运行,亲测可用,尽我所能,为你服务; 1、代码压缩包内容 主函数:mycam.m; 调用函数:其他m文件;无需运行 运行结果效果图; 2、代码运行版本 Matlab 2019b;若运行有误,根据提示修改;若不会,可私信博主; 3、运行操作步骤 步骤一:将所有文件放到Matlab的当前文件夹中; 步骤二:双击打开mycam.m文件; 步骤三:点击运行,等程序运行完得到结果; 4、物理应用 仿真:导航、地震、电磁、电路、电能、机械、工业控制、水位控制、直流电机、平面电磁波、管道瞬变流 光学:光栅、杨氏双缝、单缝、多缝、圆孔、矩孔衍射、夫琅禾费、干涉、拉盖尔高斯、光束、光波、涡旋 定位问题:chan、taylor、RSSI、music、卡尔曼滤波UWB 气动学:弹道、气体扩散、龙格库弹道 运动学:倒立摆、泊车 天体学:卫星轨道、姿态
资源推荐
资源详情
资源评论
收起资源包目录
【机械仿真】基于matlab GUI凸轮设计与仿真【含Matlab源码 153期】.zip (43个子文件)
【机械仿真】基于matlab GUI凸轮设计与仿真【含Matlab源码 153期】
myydgl.fig 10KB
Ylj.mat 845B
TlYlj.m 158B
hs_err_pid1384.log 8KB
mycamdata.mat 1KB
qlbj.mat 948B
Tljgcs.mat 310B
Cdjjgcs.mat 500B
mycam.m 46KB
运行结果3.JPG 82KB
XnqxGUI.fig 2KB
Tljg2.m 1KB
运行结果2.JPG 79KB
Tljg.m 2KB
运行结果5.JPG 97KB
TlLkqx.m 323B
Gzbd.mat 5KB
Jdzdtu.mat 9KB
运行结果1.JPG 98KB
bdtllk.m 224B
CdjYdgl.m 4KB
Jdzd.mat 4KB
Tljg1.m 1KB
BdTlLkqx.m 380B
Thumbs.db 6KB
Pdzd.mat 4KB
wydate.mat 412B
PdTgTljg.m 2KB
TlQlbj.m 469B
bdcdj.m 73B
Jdbd.mat 6KB
Ydjdata.mat 316B
XnqxGUI.m 4KB
运行结果6.JPG 48KB
PdTgQlbj.m 431B
MoveCurve.m 4KB
PdTlLkqx.m 1003B
myydgl.m 18KB
CdjVA.m 3KB
TypeYdgl.mat 282B
Zdgz.mat 5KB
运行结果4.JPG 81KB
mycam.fig 13KB
共 43 条
- 1
海神之光
- 粉丝: 5w+
- 资源: 6110
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
- 3
前往页