Lab 2 - Robotics - Robotics Toolbox
Lab 2 - Robotics - Robotics Toolbox
• Practice 2
- Matlab Robotics Toolbox
• HW#1
- 1.1 show sample test using Robotics toolbox
- 1.2 curve fitting programming
Prof. Seungryeol Yoo
School of Mechanical Engineering
Korea University of Technology and Education
Robotics S. Yoo 2/7
45
40
35
30
25
y
20
15
10
0
0 1 2 3 4 5 6 7 8 9 10
x
Robotics S. Yoo 6/7
yn = [ 13 12 15 18 24 28 24 27 32 35 40 45 55]
50
45
row data
fiting curve
Used command:
- plot
40 - xlabel, ylabel
35 - inv
- clf
30
- hold on
25 - legend
y
20
15
10
HW#1.2
5
- function 최대한 사용
0
0 1 2 3 4 5 6 7 8 9 10
x