GRAPH_CORREL — Function to generate graphs showing correlations in a set of variables
[figNum]=GRAPH_CORREL(DATA,[LEG,PAIRS,MINMAX,FSIZE,PSIZE])
Data to be plotted, matrix [NxP] with N = nb of value and P = Nb of variables
Legends for each variable (matrix [1xP], default = [V1 V2 ,...])
List of pairs of variable to plot (matrix [2xM]). X variables are listed on the first row, Y variables on the second row.
Min and max to plot each variables, matrix [Px2]: [[min VAR] [max VAR]]
Size of figure window, matrix [1x2]
Size of the points (in pt)
Number of figure number.
The function plots the all pairs of variable on small graphs and save the overhall figure under a gif file format.