1 function a=read_m(name,num1,num2)
2 % a=read_m(name,num1,num2)
6 % read array from file created by call write_array subroutines with this name num1 num2
9 % the mode of reading may change; do not call the functions below directly
10 if ~exist('num1','var'),
13 if ~exist('num2','var'),
16 name=file_name(name,num1,num2);