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)