How to convert joint angles into b spline?
Show older comments
I have to represent x (2 x n), joint angles and u (1 x n-m), control input using cubic B-splines and the solve the motion optimisation problem. I tried using the function csapi to convert them into spline form. However the optimisation function could not read the data type of the spline. I tried with fmincon and lsqnolin. Both gave the same error. Did i miss out something or the function i used is unsuitable?
2 Comments
Matt J
on 27 Nov 2012
Show us the objective function and constraints as you implemented them.
Wei Cai Law
on 4 Dec 2012
Answers (0)
Categories
Find more on Splines in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!