ニュース

%! The frequency and initial date can be specified with variables FREQ__ and INIT__ in the matlab/octave mat file. FREQ__ must be a scalar integer and INIT__ a string like '1938M11', '1945Q3', '1973W3 ...
% Load mat file variables. Any prior ones will be overwritten. s = load (thisFileName) % This is a structure with all the variables on it as fields. % Now "Run a predefined script on that mat file." ...