From f0e2bea4f54f70180ffffe534a27baf77bc87ff9 Mon Sep 17 00:00:00 2001 From: Karthik Chandrashekara Date: Sun, 11 Jul 2021 05:58:10 +0200 Subject: [PATCH] Changed distribution to one for transition flow. --- .../+Plotting/plotAngularDistributionForDifferentBeta.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOT Capture Process Simulation/+Plotting/plotAngularDistributionForDifferentBeta.m b/MOT Capture Process Simulation/+Plotting/plotAngularDistributionForDifferentBeta.m index 5b9f7db..3e73879 100644 --- a/MOT Capture Process Simulation/+Plotting/plotAngularDistributionForDifferentBeta.m +++ b/MOT Capture Process Simulation/+Plotting/plotAngularDistributionForDifferentBeta.m @@ -64,7 +64,7 @@ function plotAngularDistributionForDifferentBeta(obj, Beta) leg = legend; hXLabel = xlabel('\theta (rad)'); hYLabel = ylabel('J(\theta)'); - hTitle = sgtitle('Angular Distribution (Free Molecular Flow)'); + hTitle = sgtitle('Angular Distribution (Transition Flow)'); set([hXLabel, hYLabel, leg] , ... 'FontSize' , 14 );