diff --git a/Tomography.m b/Tomography.m deleted file mode 100644 index f669a47..0000000 --- a/Tomography.m +++ /dev/null @@ -1,27 +0,0 @@ -save('Tomography.mat','Nass_xtomo','Nass_ytomo','Nass_ztomo','Nass_thetaxtomo','Nass_thetaytomo','Nass_thetaztomo') - -%% Plot Angle -figure -hold on -plot(Nass_thetaxtomo) -plot(Nass_thetaytomo) -plot(Nass_thetaztomo) -xlabel('Time (s)') -ylabel('Angle (rad)') -title('Tomography Nass Rotation') -legend('Nass \theta_x','Nass \theta_y','Nass \theta_z') -grid; -hold off - -%% Plot Position -figure -hold on -plot(Nass_xtomo) -plot(Nass_ytomo) -plot(Nass_ztomo) -xlabel('Time (s)') -ylabel('Distance (m)') -title('Tomography Nass Position') -legend('Nass x','Nass y','Nass z') -grid -hold off diff --git a/Tomography.mat b/Tomography.mat deleted file mode 100644 index 6957175..0000000 Binary files a/Tomography.mat and /dev/null differ diff --git a/data/identified_tf.mat b/data/identified_tf.mat deleted file mode 100644 index 381fd96..0000000 Binary files a/data/identified_tf.mat and /dev/null differ