Created identification folder

This commit is contained in:
Thomas Dehaeze 2018-06-04 09:34:40 +02:00
parent c34ed250eb
commit 72fc30b843
5 changed files with 4 additions and 12 deletions

View File

@ -1,6 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="design" />
</Category>
</Info>

View File

@ -1,9 +1,7 @@
%% Sample Design
rs = 0.1 ; % (m) sample radius
ls = 0.33007; % (m) sample lenght
ms = 50 ; % (kg) sample mass
%% Sample position
raddec =0 ; % (m) decentralization radius

View File

@ -1,8 +1,8 @@
save('Tomography.mat','Nass_xtomo','Nass_ytomo','Nass_ztomo','Nass_thetaxtomo','Nass_thetaytomo','Nass_thetaztomo')
%% Plot Angle
figure
hold on
figure
hold on
plot(Nass_thetaxtomo)
plot(Nass_thetaytomo)
plot(Nass_thetaztomo)
@ -14,8 +14,8 @@ grid;
hold off
%% Plot Position
figure
hold on
figure
hold on
plot(Nass_xtomo)
plot(Nass_ytomo)
plot(Nass_ztomo)