Tomography experience
This commit is contained in:
parent
267cc5ce0f
commit
44625e46a9
@ -0,0 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info>
|
||||
<Category UUID="FileClassCategory">
|
||||
<Label UUID="design" />
|
||||
</Category>
|
||||
</Info>
|
@ -0,0 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info>
|
||||
<Category UUID="FileClassCategory">
|
||||
<Label UUID="design" />
|
||||
</Category>
|
||||
</Info>
|
BIN
Assemblage.slx
BIN
Assemblage.slx
Binary file not shown.
27
Tomography.m
Normal file
27
Tomography.m
Normal file
@ -0,0 +1,27 @@
|
||||
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
|
BIN
Tomography.mat
Normal file
BIN
Tomography.mat
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user