1)  RandomGraph.m -     Erdos Renyi.
      :
RandomGraph(0.5,0.005,4,20). : 0.5 -     , 0.005 -   , 4 -  , 20 -     X.

2)  RegularGraph.m -   .
      :
RegularGraph(1,3,4,20). 
: 
1 -     , 
3 -    , 
4 -  , 
20 -     X.

3) SetDistribGraph.m -                .
      :
SetDistribGraph(ro,a,expmu,sigma,MaxDeg,Rad,Len) (,SetDistribGraph(0.05,1.5,2.15,0.7,30,4,10)). :
ro=0.5 -     ,
a=1.5 -   ,
expmu=2.15 -  
sigma=0.7 -    ,
MaxDeg=30 -     
Rad=4 -  ,
Len=20 -     X.
     Data-Param.m,       .

4)  GetParamGraph.m -   .
      :
GetParamGraph(RandomGraph(0.5,0.005,4,20)

GetParamGraph(RegularGraph(1,5,4,20))

GetParamGraph(SetDistribGraph(0.05,1.5,2.15,0.7,30,4,10))
    ,    .

5)  Plot3DGraph.m -    .
    :
Plot3DGraph(Graph) -      ,  Graph    load, . 

Plot3DGraph(SetDistribGraph(0.05,1.5,2.15,0.7,30,4,10)) -       

6)  CylinderGraph.m -    .
    :
CylinderGraph(nRad,nLen,nCircl,Rad,Len),
:
nRad-    ,
nLen -     ,
nCircl -    ,
Rad -  ,
Len -  .

:
CylinderGraph(5,5,5,2,10) % mat-    

GetParamGraph(CylinderGraph(5,5,5,2,10)) %  

Plot3DGraph(CylinderGraph(5,5,5,2,10))	% 3-  

6)  CylinderGraph2.m -    .
    :
CylinderGraph2(nLen,nGrid,Rad,Len),
:
nGrid -  ,
nLen -     ,
Rad -  ,
Len -  .
:
CylinderGraph2(2,8,3,10) % mat-    

GetParamGraph(CylinderGraph2(2,8,3,10)) %  

Plot3DGraph(CylinderGraph2(2,8,3,10))	% 3-  

7)  SetDistribGraph__OP.m
    :
SetDistribGraph__OP(OP,coef,ro,a,expmu,sigma,MaxDeg,Rad,Len),
:
OP -  Order Parameter,
coef -     OP,
ro -     ,
a -   ,
expmu -  
sigma -    ,
MaxDeg -     
Rad -  ,
Len -     X.

 OP      GetParamGraph, :
GetParamGraph(SetDistribGraph__OP(0.6,1,4,1.5,5,0.7,10,2,50))

8)  WineRack.m -  " ".
    :
WineRack(nLen,nH,nW,Len,H,W),
:
nLen-    ,
nH -    ,
nW -    ,
Len -  ,
H -  ,
W -  .

:
WineRack(3,3,1,10,5,5) % mat-    

GetParamGraph(WineRack(3,3,1,10,5,5)) %  

Plot3DGraph(WineRack(3,3,1,10,5,5)) % 3-  


9)  CubeGraph.m -   .
    :
CubeGraph(cube,nLen,nW,Len),
:
cube -   ,
nLen -    ,
nW -    ,
Len -  . (   ,       .

  :

Cube=0 -              . 
Cube=1 -   ,        .
Cube=2 -        
Cube=3 -         
Cube=4 -        
Cube=5 -         
Cube=6 -        



:
CubeGraph(1,5,3,10) % mat-    

GetParamGraph(CubeGraph(1,5,3,10)) %  

Plot3DGraph(CubeGraph(1,5,3,10)) % 3-  


10) ConvertFormat.m -      
( ,  , y, z, -    ,      *) 
  Graph,    . 

   mat-,       .

    :
ConvertFormat(x,y,z),

:

x -     x,

y -     y,

z -     z.


     ,      , 
       .


     ,     ,      .



       mat-,  -    , 
 .


:

ConvertFormat(200,200,200) % mat-    


GetParamGraph(ConvertFormat(200,200,200)) %  


Plot3DGraph(ConvertFormat(200,200,200)) % 3-  



*:     5-     ,     5- ,
  ,      . 
   (   ). 

        .


11) ConvertFormat_MultiSelect.m -       mat-   Graph, 
   .    10 (ConvertFormat.m)    . 
    mat-,       ,      . 
   -     :
ConvertFormat(x,y,z),
:
x -     x,
y -     y,
z -     z.

12) NormStartFinish.m -    -    ,      , 
        1000.
    :
NormStartFinish
    .         "Select Start File", 
     .         "Select Finish File", 
     .
            "Norm_",      .




___________________________
   ,    SetDistribGraph.m,   :
load('Data-Param.mat'); GetParamGraph(Graph)
____________________________
       SetDistribGraph,         :
for i=NumIntLen:-1:1%variant1
% for i=1:NumIntLen%variant2

variant1    
variant2    

      : 94  95.
_____________________________________
    xml,    SetDistribGraph,     "Settings.txt",    
_____________________________________

  SetDistribGraph__OP  SetDistribGraph   Len    Rad,   25. ,  , .        5 "Len=Rad*25;",   Len  ,   .
