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
|
||||
|
||||
rs = 0.1 ; % (m) sample radius
|
||||
ls = 0.33007; % (m) sample lenght
|
||||
ms = 50 ; % (kg) sample mass
|
||||
|
||||
%% Sample position
|
||||
|
||||
raddec =0 ; % (m) decentralization radius
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user