Created identification folder
This commit is contained in:
parent
c34ed250eb
commit
72fc30b843
@ -1,6 +0,0 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
|
||||||
<Info>
|
|
||||||
<Category UUID="FileClassCategory">
|
|
||||||
<Label UUID="design" />
|
|
||||||
</Category>
|
|
||||||
</Info>
|
|
2
Sample.m
2
Sample.m
@ -1,9 +1,7 @@
|
|||||||
%% Sample Design
|
%% Sample Design
|
||||||
|
|
||||||
rs = 0.1 ; % (m) sample radius
|
rs = 0.1 ; % (m) sample radius
|
||||||
ls = 0.33007; % (m) sample lenght
|
ls = 0.33007; % (m) sample lenght
|
||||||
ms = 50 ; % (kg) sample mass
|
ms = 50 ; % (kg) sample mass
|
||||||
|
|
||||||
%% Sample position
|
%% Sample position
|
||||||
|
|
||||||
raddec =0 ; % (m) decentralization radius
|
raddec =0 ; % (m) decentralization radius
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
save('Tomography.mat','Nass_xtomo','Nass_ytomo','Nass_ztomo','Nass_thetaxtomo','Nass_thetaytomo','Nass_thetaztomo')
|
save('Tomography.mat','Nass_xtomo','Nass_ytomo','Nass_ztomo','Nass_thetaxtomo','Nass_thetaytomo','Nass_thetaztomo')
|
||||||
|
|
||||||
%% Plot Angle
|
%% Plot Angle
|
||||||
figure
|
figure
|
||||||
hold on
|
hold on
|
||||||
plot(Nass_thetaxtomo)
|
plot(Nass_thetaxtomo)
|
||||||
plot(Nass_thetaytomo)
|
plot(Nass_thetaytomo)
|
||||||
plot(Nass_thetaztomo)
|
plot(Nass_thetaztomo)
|
||||||
@ -14,8 +14,8 @@ grid;
|
|||||||
hold off
|
hold off
|
||||||
|
|
||||||
%% Plot Position
|
%% Plot Position
|
||||||
figure
|
figure
|
||||||
hold on
|
hold on
|
||||||
plot(Nass_xtomo)
|
plot(Nass_xtomo)
|
||||||
plot(Nass_ytomo)
|
plot(Nass_ytomo)
|
||||||
plot(Nass_ztomo)
|
plot(Nass_ztomo)
|
||||||
|
Loading…
Reference in New Issue
Block a user