Search
Use MATLAB to solve the following problems related to rigid motion. Use different colors to display your results.
% approximate rotation R = [0.8047 -0.5059 -0.3106 0.3106 0.8047 -0.5059 0.5059 0.3106 0.8047];
% less approximate rotation [U,D,V] = svd(R); R = U*V';
% translation o_{\beta'} o = [1;1;1];
Upload via the course ware the zip archive hw04.zip containing
hw04.zip