Search found 1 match

by fabien54600
Tue May 21, 2019 1:23 pm
Forum: Motive
Topic: Post Process Matlab CSV and quaternion
Replies: 0
Views: 1970

Post Process Matlab CSV and quaternion

Hi, I have some problems to calculate angle on Matlab. In the CSV file with quaternion, I think that Qy and Qz are inverted. Is it OK ? In order to calculate the trunk flexion, I wrote this code, is it ok ? % initialisation of quaternions qa(:,1) = MoCap.data(:,6); %qa_w qa(:,2) = MoCap.data(:,3); %...