From 72fc30b843c1a9ee667ff346ed89c24cb84ded35 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Mon, 4 Jun 2018 09:34:40 +0200 Subject: [PATCH] Created identification folder --- .../Root.type.Files/Assemblage_DataFile1.m.type.File.xml | 6 ------ .../identification_stages_plot.m | 0 .../identification_stages_run.m | 0 Sample.m | 2 -- Tomography.m | 8 ++++---- 5 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 .SimulinkProject/Root.type.Files/Assemblage_DataFile1.m.type.File.xml rename identification_stages_plot.m => Identification/identification_stages_plot.m (100%) rename identification_stages_run.m => Identification/identification_stages_run.m (100%) diff --git a/.SimulinkProject/Root.type.Files/Assemblage_DataFile1.m.type.File.xml b/.SimulinkProject/Root.type.Files/Assemblage_DataFile1.m.type.File.xml deleted file mode 100644 index 80b5b16..0000000 --- a/.SimulinkProject/Root.type.Files/Assemblage_DataFile1.m.type.File.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/identification_stages_plot.m b/Identification/identification_stages_plot.m similarity index 100% rename from identification_stages_plot.m rename to Identification/identification_stages_plot.m diff --git a/identification_stages_run.m b/Identification/identification_stages_run.m similarity index 100% rename from identification_stages_run.m rename to Identification/identification_stages_run.m diff --git a/Sample.m b/Sample.m index 23dc703..57ccbc1 100644 --- a/Sample.m +++ b/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 diff --git a/Tomography.m b/Tomography.m index caf6832..f669a47 100644 --- a/Tomography.m +++ b/Tomography.m @@ -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)