VERB_code_2.3
Contents.m
1 % This folder contains various scripts needed for miscellaneous functions
2 % and tasks (equations, storing and loading data, etc.)
3 %
4 % B0 -
5 % fast_interpolate - interpolates quickly
6 % Kfunc -
7 % load_plt - easily loads the contents of a .plt file
8 % name_to_title - converts column name to the title
9 % pfunc - calculate momentum
10 % save_picture - stores the contents of a picture file
11 % save_plt - stores the contents of a .plt file
12 % coefficient, and tau
13 % subplot1 - an improved way to create subplots
14 % Y -
15 %
16 % If description is blank, then I have no idea what it does.
double pfunc(double K)
Computation of moumentum from Kinetic energy .
#define I(l, k)
Specified Index [l][k].
double Y(double alpha)
Y(α) function.
double Kfunc(double pc)
Computation of Kinetic energy from given momentum .