15-May-2024 14:45:00 nnormal_dataset_test(): Run normal_dataset with given input. 15-May-2024 14:45:00 normal_dataset(): MATLAB/Octave version 6.4.0 Generate a multivariate normal random dataset. The program requests input values from the user: * M, the spatial dimension, * N, the number of points to generate, * SEED, a seed for the random number generator. * MU, the mean vector of length M. * A, the MxM positive definite symmetric variance-covariance matrix. The program generates the data and writes it to the file normal_M_N.txt where "M" and "N" are the numeric values. Spatial dimension M = 2 Number of points N = 1000 The seed = 123456789 The mean vector MU: 1 1.000000 2 2.000000 The variance-covariance matrix A: Col: 1 2 Row 1 1 0 2 0 3 The data was written to the file "normal_2_1000.txt". NORMAL_DATASET: Normal end of execution. 15-May-2024 14:45:00 nnormal_dataset_test(): Normal end of execution. 15-May-2024 14:45:00