VERB_code_2.3
Plot.m
1 %%
2 addpath('../Setup/');
3 addpath('../Setup/Various_functions');
4 
5 if(~exist('FIGURE','var'))
6  FIGURE = 'a'; % 'a' - No chorus,'b' - Dayside only,'c' - Nightside only,'d' - Dayside + Nightside
7 end
8 
9 SAVEFIG = true;
10 SAVEMOV = false;
11 
12 movie_name = '../../Figures/Plot_PSD_Energy_Alpha';
13 picture_name = '../../Figures/Plot_PSD_Energy_Alpha';
14 
15 %figure('Position',[10 200 900 300]);
16 
17 Plot_PSD_Energy_Alpha
18 
19 if(SAVEFIG || SAVEMOV)
20  close(gcf);
21 end
22 
23 % if(SAVEFIG)
24 % saveas(gcf,['../Figures/Plot_PSD_Energy_Alpha.png']);
25 % close(gcf);
26 % end
void gcf(double *gammcf, double a, double x, double *gln)
Returns the incomplete gamma function Q(a, x) evaluated by its continued fraction representation as g...
Definition: erf.cpp:103