load('Z:\Tom\NAS\atomtronics\50nK_V1p5\0001\two_rings_50nK_14.85mu_1_0348.mat') pcolor(x*l*1e6,y*l*1e6,abs(u.').^2*1e12/l^2);shading interp axis equal axis([-60 60 -40 40]) caxis([0 3.3596e26]) xlabel('Position, $x~(\mu$ m)') ylabel('Position, $y~(\mu$ m)') set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20) exportgraphics(gcf,'dens_50.pdf','ContentType','vector') exportgraphics(gcf,'dens_50.png','ContentType','image') load('Z:\Tom\NAS\atomtronics\150nK_V1p5\0021\two_rings_150nK_14.85mu_21_0348.mat') pcolor(x*l*1e6,y*l*1e6,abs(u.').^2*1e12/l^2);shading interp axis equal axis([-60 60 -40 40]) caxis([0 3.3596e26]) xlabel('Position, $x~(\mu$ m)') ylabel('Position, $y~(\mu$ m)') set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20) exportgraphics(gcf,'dens_150.pdf','ContentType','vector') exportgraphics(gcf,'dens_150.png','ContentType','image') load('Z:\Tom\NAS\atomtronics\250nK_V1p5\0041\two_rings_250nK_14.85mu_41_0348.mat') pcolor(x*l*1e6,y*l*1e6,abs(u.').^2*1e12/l^2);shading interp axis equal axis([-60 60 -40 40]) caxis([0 3.3596e26]) xlabel('Position, $x~(\mu$ m)') ylabel('Position, $y~(\mu$ m)') set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20) exportgraphics(gcf,'dens_250.pdf','ContentType','vector') exportgraphics(gcf,'dens_250.png','ContentType','image') dat50 = load('50nK_data.mat'); %dat100 = load('100nK_data.mat'); dat150 = load('150nK_data.mat'); %dat200 = load('200nK_data.mat'); dat250 = load('250nK_data.mat'); %dat300 = load('300nK_data.mat'); options.handle = figure(1); options.color_area = [128 193 219]./255; % Blue theme options.color_line = [ 52 148 186]./255; %options.color_area = [243 169 114]./255; % Orange theme %options.color_line = [236 112 22]./255; options.alpha = 0.5; options.line_width = 2; options.error = 'std'; options.x_axis = dat50.t; plot_areaerrorbar(movmean(dat50.wsave,3)',options) xlim([0 700]) ylim([-1.05 0.05]) ylabel('$\langle n_{w,{\rm L}}\rangle $') xlabel('Time, $t$ (ms)') text(550,-0.05,'$T=50$nK','color','k','FontSize',20,'FontWeight','normal','Interpreter','LaTeX','HorizontalAlignment','center'); set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20) exportgraphics(gcf,'n_average_50.pdf','ContentType','vector') options.handle = figure(2); options.color_area = [128 193 219]./255; % Blue theme options.color_line = [ 52 148 186]./255; %options.color_area = [243 169 114]./255; % Orange theme %options.color_line = [236 112 22]./255; options.alpha = 0.5; options.line_width = 2; options.error = 'std'; options.x_axis = dat50.t; plot_areaerrorbar(movmean(dat50.Lz1t - dat50.Lz2t,3)',options) xlim([0 700]) ylim([-1.1 1.1]) ylabel('$\langle L_z\rangle $') xlabel('Time, $t$ (ms)') text(550,0.8,'$T=50$nK','color','k','FontSize',20,'FontWeight','normal','Interpreter','LaTeX','HorizontalAlignment','center'); set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20) exportgraphics(gcf,'Lz_50.pdf','ContentType','vector') options.handle = figure(3); options.color_area = [128 193 219]./255; % Blue theme options.color_line = [ 52 148 186]./255; %options.color_area = [243 169 114]./255; % Orange theme %options.color_line = [236 112 22]./255; options.alpha = 0.5; options.line_width = 2; options.error = 'std'; options.x_axis = dat50.t; plot_areaerrorbar(movmean(dat150.wsave,3)',options) xlim([0 700]) ylim([-1.05 0.05]) ylabel('$\langle n_{w,{\rm L}}\rangle $') xlabel('Time, $t$ (ms)') text(550,-0.05,'$T=150$nK','color','k','FontSize',20,'FontWeight','normal','Interpreter','LaTeX','HorizontalAlignment','center'); set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20) exportgraphics(gcf,'n_average_150.pdf','ContentType','vector') options.handle = figure(4); options.color_area = [128 193 219]./255; % Blue theme options.color_line = [ 52 148 186]./255; %options.color_area = [243 169 114]./255; % Orange theme %options.color_line = [236 112 22]./255; options.alpha = 0.5; options.line_width = 2; options.error = 'std'; options.x_axis = dat150.t; plot_areaerrorbar(movmean(dat150.Lz1t - dat150.Lz2t,3)',options) xlim([0 700]) ylim([-1.1 1.1]) ylabel('$\langle L_z\rangle$') xlabel('Time, $t$ (ms)') text(550,0.8,'$T=150$nK','color','k','FontSize',20,'FontWeight','normal','Interpreter','LaTeX','HorizontalAlignment','center'); set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20) exportgraphics(gcf,'Lz_150.pdf','ContentType','vector') options.handle = figure(5); options.color_area = [128 193 219]./255; % Blue theme options.color_line = [ 52 148 186]./255; %options.color_area = [243 169 114]./255; % Orange theme %options.color_line = [236 112 22]./255; options.alpha = 0.5; options.line_width = 2; options.error = 'std'; options.x_axis = dat50.t; plot_areaerrorbar(movmean(dat250.wsave,3)',options) xlim([0 700]) ylim([-1.05 0.05]) ylabel('$\langle n_{w,{\rm L}}\rangle $') xlabel('Time, $t$ (ms)') text(550,-0.05,'$T=250$nK','color','k','FontSize',20,'FontWeight','normal','Interpreter','LaTeX','HorizontalAlignment','center'); set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20) exportgraphics(gcf,'n_average_250.pdf','ContentType','vector') options.handle = figure(6); options.color_area = [128 193 219]./255; % Blue theme options.color_line = [ 52 148 186]./255; %options.color_area = [243 169 114]./255; % Orange theme %options.color_line = [236 112 22]./255; options.alpha = 0.5; options.line_width = 2; options.error = 'std'; options.x_axis = dat250.t; plot_areaerrorbar(movmean(dat250.Lz1t - dat250.Lz2t,3)',options) xlim([0 700]) ylim([-1.1 1.1]) ylabel('$\langle L_z\rangle $') xlabel('Time, $t$ (ms)') text(550,0.8,'$T=250$nK','color','k','FontSize',20,'FontWeight','normal','Interpreter','LaTeX','HorizontalAlignment','center'); set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20) exportgraphics(gcf,'Lz_250.pdf','ContentType','vector') figure(7) plot(dat50.t,dat50.wsave(:,1),'linewidth',2) xlim([0 700]) ylim([-1.1 0.1]) ylabel('$n_{w,{\rm L}}$') xlabel('Time, $t$ (ms)') set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20) exportgraphics(gcf,'n_single_50.pdf','ContentType','vector') figure(8) plot(dat150.t,dat150.wsave(:,3),'linewidth',2) xlim([0 700]) ylim([-1.1 0.1]) ylabel('$n_{w,{\rm L}}$') xlabel('Time, $t$ (ms)') set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20) exportgraphics(gcf,'n_single_150.pdf','ContentType','vector') figure(9) plot(dat250.t,((dat250.Lz1t(:,5) - dat250.Lz2t(:,5))>0)-1,'linewidth',2) xlim([0 700]) ylim([-1.1 0.1]) ylabel('$n_{w,{\rm L}}$') xlabel('Time, $t$ (ms)') set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20) exportgraphics(gcf,'n_single_250.pdf','ContentType','vector') set(gcf,'InvertHardcopy','off'); set(gcf,'color','w'); set(findall(gcf,'-property','FontSize'),'FontSize',20)