Hello
if i have MATLAB file that measures the bit error rate for certain communication system i use rand function to generates bits and noise
i need to execute the program like 1000 time for each noise value then record the results each time and find the average and plot it as final results
my question is how to run the m file 1000 times and record the results of each time in a vector without running it manually