Tagged Questions
6
votes
1answer
102 views
Modeling hand movement as a 3D curve in Matlab/Java
I just need some directions regarding a problem I have, where to look, etc.. I am using a movement tracking glove for one of my projects, which returns an X, Y and Z values for each finger and for the ...
1
vote
2answers
387 views
Curve Fitting
Given two points say (1,2,3) and (4,7,8). The endpoint tangents at these points are also given as inputs say pi/4 and -pi/2 respectively. How to fit a helix of arc length 2 between these points?
How ...
0
votes
2answers
57 views
Matlab, how to calculate AUC (Area Under Curve)?
I have a file ("data.txt") with two columns and N rows, something like
0.009943796 0.4667975
0.009795735 0.46777886
0.009623984 0.46897832
0.009564759 0.46941447
0.009546991 0.4703958
0.009428543 ...
-2
votes
3answers
129 views
How to check whether the curve is C1 class?
How to check whether the curve is C1 class or C2 class.
Example:
x = [1,2,3,4,5,6,7,8,9 ......1500]
y = [0.56, 1, 12, 41, 01. ....... 11, 0.11, 3, 23, 95]
This curve is C1 class "function" ?
...