亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? puma560_control.m

?? PUMA560仿真系統,基于MATLAB的robotics toolbox工具箱。
?? M
?? 第 1 頁 / 共 2 頁
字號:
T2=transl(0.6,0.5,0.2);T3=transl(0.6,0.5,-0.2);T4=transl(0.6,-0.5,-0.2);T={T1,T2,T3,T4,T1};eval('puma560');for i=1:1,    for j=1:4,        start_point=T{j};        end_point=T{j+1};        T0=ctraj(start_point,end_point,36);        qianhe=findobj('Tag','qianhe');    if isempty(qianhe),        qianhe=figure('Name','PUMA560機器人仿真演示窗口(三維坐標)','Tag','qianhe');        figure(qianhe);        plot3(squeeze(T0(1,4,:)),squeeze(T0(2,4,:)),squeeze(T0(3,4,:)));        hold on;    else        hold on;        figure(qianhe);        plot3(squeeze(T0(1,4,:)),squeeze(T0(2,4,:)),squeeze(T0(3,4,:)));    end        q=ikine(p560,T0);        puma=findobj('Tag','puma560_gui');    if ~isempty(puma),        puma=guihandles(puma);        axes(puma.axes1);        cla;        plot(p560,q);    else        puma=guihandles(puma560_gui);        axes(puma.axes1);        cla;        plot(p560,q);    end    endend% --- Executes on slider movement.function slider_q1_Callback(hObject, eventdata, handles)% hObject    handle to slider_q1 (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,'Value') returns position of slider%        get(hObject,'Min') and get(hObject,'Max') to determine range of sliderval=get(hObject,'Value');set(handles.edit_q1,'String',num2str(val));drive_robot(handles);% --- Executes during object creation, after setting all properties.function slider_q1_CreateFcn(hObject, eventdata, handles)% hObject    handle to slider_q1 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: slider controls usually have a light gray background.if isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor',[.9 .9 .9]);end% --- Executes on slider movement.function slider_q2_Callback(hObject, eventdata, handles)% hObject    handle to slider_q2 (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,'Value') returns position of slider%        get(hObject,'Min') and get(hObject,'Max') to determine range of sliderval=get(hObject,'Value');set(handles.edit_q2,'String',num2str(val));drive_robot(handles);% --- Executes during object creation, after setting all properties.function slider_q2_CreateFcn(hObject, eventdata, handles)% hObject    handle to slider_q2 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: slider controls usually have a light gray background.if isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor',[.9 .9 .9]);end% --- Executes on slider movement.function slider_q3_Callback(hObject, eventdata, handles)% hObject    handle to slider_q3 (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,'Value') returns position of slider%        get(hObject,'Min') and get(hObject,'Max') to determine range of sliderval=get(hObject,'Value');set(handles.edit_q3,'String',num2str(val));drive_robot(handles);% --- Executes during object creation, after setting all properties.function slider_q3_CreateFcn(hObject, eventdata, handles)% hObject    handle to slider_q3 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: slider controls usually have a light gray background.if isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor',[.9 .9 .9]);end% --- Executes on slider movement.function slider_q4_Callback(hObject, eventdata, handles)% hObject    handle to slider_q4 (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,'Value') returns position of slider%        get(hObject,'Min') and get(hObject,'Max') to determine range of sliderval=get(hObject,'Value');set(handles.edit_q4,'String',num2str(val));drive_robot(handles);% --- Executes during object creation, after setting all properties.function slider_q4_CreateFcn(hObject, eventdata, handles)% hObject    handle to slider_q4 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: slider controls usually have a light gray background.if isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor',[.9 .9 .9]);end% --- Executes on slider movement.function slider_q5_Callback(hObject, eventdata, handles)% hObject    handle to slider_q5 (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,'Value') returns position of slider%        get(hObject,'Min') and get(hObject,'Max') to determine range of sliderval=get(hObject,'Value');set(handles.edit_q5,'String',num2str(val));drive_robot(handles);% --- Executes during object creation, after setting all properties.function slider_q5_CreateFcn(hObject, eventdata, handles)% hObject    handle to slider_q5 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: slider controls usually have a light gray background.if isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor',[.9 .9 .9]);end% --- Executes on slider movement.function slider_q6_Callback(hObject, eventdata, handles)% hObject    handle to slider_q6 (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,'Value') returns position of slider%        get(hObject,'Min') and get(hObject,'Max') to determine range of sliderval=get(hObject,'Value');set(handles.edit_q6,'String',num2str(val));drive_robot(handles);% --- Executes during object creation, after setting all properties.function slider_q6_CreateFcn(hObject, eventdata, handles)% hObject    handle to slider_q6 (see GCBO)% eventdata  reserved - to be defined in a future version of MATLAB% handles    empty - handles not created until after all CreateFcns called% Hint: slider controls usually have a light gray background.if isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))    set(hObject,'BackgroundColor',[.9 .9 .9]);endfunction edit_q1_Callback(hObject, eventdata, handles)% hObject    handle to edit_q1 (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 edit_q1 as text%        str2double(get(hObject,'String')) returns contents of edit_q1 as a doubleval=str2double(get(hObject,'String'));slider_min=get(handles.slider_q1,'Min');slider_max=get(handles.slider_q1,'Max');if val>=slider_min && val<=slider_max,    set(handles.slider_q1,'Value',val);    drive_robot(handles);else    uiwait(errordlg(['Your Value must be in ' num2str(slider_min) ' ~ ' num2str(slider_max) '!'],'Error'));    set(hObject,'String','');end% --- Executes during object creation, after setting all properties.function edit_q1_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit_q1 (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');endfunction edit_q2_Callback(hObject, eventdata, handles)% hObject    handle to edit_q2 (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 edit_q2 as text%        str2double(get(hObject,'String')) returns contents of edit_q2 as a doubleval=str2double(get(hObject,'String'));slider_min=get(handles.slider_q2,'Min');slider_max=get(handles.slider_q2,'Max');if val>=slider_min && val<=slider_max,    set(handles.slider_q2,'Value',val);    drive_robot(handles);else    uiwait(errordlg(['Your Value must be in ' num2str(slider_min) ' ~ ' num2str(slider_max) '!'],'Error'));    set(hObject,'String','');end% --- Executes during object creation, after setting all properties.function edit_q2_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit_q2 (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');endfunction edit_q3_Callback(hObject, eventdata, handles)% hObject    handle to edit_q3 (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 edit_q3 as text%        str2double(get(hObject,'String')) returns contents of edit_q3 as a doubleval=str2double(get(hObject,'String'));slider_min=get(handles.slider_q3,'Min');slider_max=get(handles.slider_q3,'Max');if val>=slider_min && val<=slider_max,    set(handles.slider_q3,'Value',val);    drive_robot(handles);else    uiwait(errordlg(['Your Value must be in ' num2str(slider_min) ' ~ ' num2str(slider_max) '!'],'Error'));    set(hObject,'String','');end% --- Executes during object creation, after setting all properties.function edit_q3_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit_q3 (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');endfunction edit_q4_Callback(hObject, eventdata, handles)% hObject    handle to edit_q4 (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 edit_q4 as text%        str2double(get(hObject,'String')) returns contents of edit_q4 as a doubleval=str2double(get(hObject,'String'));slider_min=get(handles.slider_q4,'Min');slider_max=get(handles.slider_q4,'Max');if val>=slider_min && val<=slider_max,    set(handles.slider_q4,'Value',val);    drive_robot(handles);else    uiwait(errordlg(['Your Value must be in ' num2str(slider_min) ' ~ ' num2str(slider_max) '!'],'Error'));    set(hObject,'String','');end% --- Executes during object creation, after setting all properties.function edit_q4_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit_q4 (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');endfunction edit_q5_Callback(hObject, eventdata, handles)% hObject    handle to edit_q5 (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 edit_q5 as text%        str2double(get(hObject,'String')) returns contents of edit_q5 as a doubleval=str2double(get(hObject,'String'));slider_min=get(handles.slider_q5,'Min');slider_max=get(handles.slider_q5,'Max');if val>=slider_min && val<=slider_max,    set(handles.slider_q5,'Value',val);    drive_robot(handles);else    uiwait(errordlg(['Your Value must be in ' num2str(slider_min) ' ~ ' num2str(slider_max) '!'],'Error'));    set(hObject,'String','');end% --- Executes during object creation, after setting all properties.function edit_q5_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit_q5 (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');endfunction edit_q6_Callback(hObject, eventdata, handles)% hObject    handle to edit_q6 (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 edit_q6 as text%        str2double(get(hObject,'String')) returns contents of edit_q6 as a doubleval=str2double(get(hObject,'String'));slider_min=get(handles.slider_q6,'Min');slider_max=get(handles.slider_q6,'Max');if val>=slider_min && val<=slider_max,    set(handles.slider_q6,'Value',val);    drive_robot(handles);else    uiwait(errordlg(['Your Value must be in ' num2str(slider_min) ' ~ ' num2str(slider_max) '!'],'Error'));    set(hObject,'String','');end% --- Executes during object creation, after setting all properties.function edit_q6_CreateFcn(hObject, eventdata, handles)% hObject    handle to edit_q6 (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');endfunction drive_robot(handles)theta1=get(handles.slider_q1,'Value');theta2=get(handles.slider_q2,'Value');theta3=get(handles.slider_q3,'Value');theta4=get(handles.slider_q4,'Value');theta5=get(handles.slider_q5,'Value');theta6=get(handles.slider_q6,'Value');puma=findobj('Tag','puma560_gui');if ~isempty(puma),    puma=guihandles(puma);    axes(puma.axes1);    cla;    q=[theta1 theta2 theta3 theta4 theta5 theta6];    eval('puma560');    plot(p560,q);else    puma=guihandles(puma560_gui());    axes(puma.axes1);    cla;    q=[theta1 theta2 theta3 theta4 theta5 theta6];    eval('puma560');    plot(p560,q);end

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲精品va在线观看| 国产午夜精品久久久久久免费视| 午夜av电影一区| 久久免费偷拍视频| 精品久久久久久久久久久久久久久久久| 自拍偷拍国产精品| 久久久天堂av| 久久精品无码一区二区三区| 欧美精品一区二区蜜臀亚洲| 精品国免费一区二区三区| 日韩欧美亚洲另类制服综合在线| 精品一区二区三区在线播放| 久久精品久久99精品久久| 亚洲成人av一区| 午夜欧美视频在线观看 | 精品免费国产一区二区三区四区| 久久99久久久久| 日韩成人一区二区三区在线观看| 欧美一级艳片视频免费观看| 欧美亚洲动漫精品| 91麻豆精品国产| 日韩欧美中文字幕一区| 久久伊人中文字幕| 国产精品毛片久久久久久| 亚洲精品国产无天堂网2021| 亚洲国产精品久久久久婷婷884 | 国产一区二区三区| 精品一区二区三区视频| 国产精品一区二区男女羞羞无遮挡| 中文字幕一区二区三区不卡 | 伊人色综合久久天天| 亚洲成人久久影院| 久久99久久精品| 国产成人亚洲综合a∨婷婷图片| 亚洲不卡av一区二区三区| 午夜免费欧美电影| 国产精品羞羞答答xxdd| 波多野洁衣一区| 欧美精品一二三区| 久久久电影一区二区三区| **网站欧美大片在线观看| 亚洲一二三区在线观看| 国产剧情av麻豆香蕉精品| 一本色道综合亚洲| 久久久久久免费网| 亚洲va欧美va人人爽| 国产激情一区二区三区四区 | eeuss国产一区二区三区| 欧美午夜精品一区二区三区 | 成人免费视频播放| 色综合天天综合在线视频| 在线播放欧美女士性生活| 中文字幕不卡在线观看| 日韩高清不卡在线| 91黄色激情网站| 国产欧美日韩视频一区二区| 亚洲成人av一区二区| 91偷拍与自偷拍精品| 精品国产91乱码一区二区三区 | 日韩黄色小视频| 国产风韵犹存在线视精品| 欧美日韩一区高清| 亚洲日本丝袜连裤袜办公室| 久久国产精品免费| 欧美一区二区在线免费播放| 亚洲最新视频在线播放| 成人a区在线观看| 国产日韩精品一区| 国产自产v一区二区三区c| 欧美精品 日韩| 亚洲一二三区不卡| 欧美中文字幕一区二区三区| 亚洲欧洲成人精品av97| 国产成a人亚洲精| 久久美女高清视频| 国产高清精品网站| 久久久久久**毛片大全| 狠狠狠色丁香婷婷综合久久五月| 国产精品一区久久久久| 久久伊人中文字幕| 久久国内精品自在自线400部| 韩国三级中文字幕hd久久精品| 国产九色sp调教91| 国产日产精品一区| 成人小视频免费观看| 国产亚洲精品超碰| 成人免费视频视频在线观看免费| 一本色道综合亚洲| 亚洲黄色录像片| 欧美日韩综合色| 日韩av一区二| 欧美va亚洲va香蕉在线| 韩国毛片一区二区三区| 日韩免费观看高清完整版在线观看| 久久久激情视频| 欧美日韩一二区| 性做久久久久久免费观看| 色婷婷精品久久二区二区蜜臀av | 韩国成人福利片在线播放| 欧美成人精精品一区二区频| 国产米奇在线777精品观看| 中文字幕av一区二区三区免费看| 夜夜揉揉日日人人青青一国产精品| 日本亚洲免费观看| 久久久亚洲综合| 99久久伊人久久99| 亚洲va中文字幕| 久久亚洲免费视频| 色噜噜狠狠色综合中国| 日本视频一区二区三区| 国产女同性恋一区二区| 欧美系列一区二区| 国产又粗又猛又爽又黄91精品| 日本韩国精品在线| 午夜伊人狠狠久久| 国产亚洲精品超碰| 欧美日韩不卡一区二区| 久久精品国产一区二区| 亚洲欧美视频在线观看视频| 日韩一区二区三区在线观看| 国产很黄免费观看久久| 亚洲二区在线视频| 中文字幕欧美日本乱码一线二线| 久久99精品视频| 亚洲欧美一区二区三区久本道91| 国产一区欧美日韩| 亚洲va国产天堂va久久en| 中文字幕乱码亚洲精品一区| 欧美一区二区三区在线| 成人在线视频一区| 久久精品国产免费看久久精品| 欧美另类z0zxhd电影| 99久精品国产| 韩日精品视频一区| 午夜一区二区三区在线观看| 国产精品女上位| 日韩美女视频一区二区在线观看| 美腿丝袜亚洲三区| 亚洲午夜av在线| 亚洲免费大片在线观看| 2020国产精品久久精品美国| 久久久精品tv| 欧美猛男男办公室激情| 日本精品免费观看高清观看| 国产精品一区二区不卡| 韩国精品一区二区| 极品美女销魂一区二区三区免费| 久久综合久色欧美综合狠狠| 欧美日韩精品专区| 在线观看欧美精品| 日本精品视频一区二区| 99精品视频在线免费观看| 不卡av免费在线观看| 韩国av一区二区三区在线观看| 久久精品人人爽人人爽| 欧美一区二区私人影院日本| 欧美男女性生活在线直播观看| 日本va欧美va精品| 日本视频中文字幕一区二区三区| 精品免费视频.| www激情久久| 久久精品视频免费| 久久综合视频网| 中文字幕第一区二区| 国产精品视频看| 亚洲视频中文字幕| 亚洲一二三四久久| 日韩精品高清不卡| 美女一区二区视频| 国产一区二区三区观看| 成人性视频免费网站| 91在线观看高清| 欧美日韩一级视频| 欧美电影免费观看高清完整版在 | 91亚洲男人天堂| 色婷婷一区二区三区四区| 91福利精品第一导航| 欧美一区二区三区小说| 欧美sm美女调教| 国产精品理伦片| 亚洲第一久久影院| 九色综合国产一区二区三区| 国产精品白丝jk白祙喷水网站| 亚洲蜜臀av乱码久久精品 | 青青草国产成人99久久| 免费高清不卡av| 国产精品一二三在| 色综合久久66| 欧美刺激脚交jootjob| 国产精品嫩草99a| 亚洲r级在线视频| 国产精品一区2区| 91精品办公室少妇高潮对白| 欧美久久一二区| 国产欧美一区二区三区网站| 《视频一区视频二区| 免费成人av在线| 9久草视频在线视频精品| 欧美精品黑人性xxxx| 国产精品进线69影院|