I try to create matlab files with large matrices of double values. I created mat file with two matrices of same length, matrix1 with constant Values and matrix2 with variable Values. From mat file ...
matFiles = dir('D:/Par_sweep_h_d/FF_*_Dy_*._h_*.mat') ; % Load mat file variables. Any prior ones will be overwritten. s = load(thisFileName) % This is a structure ...