19-Jun-2024 20:20:29 files_multiple_test(): MATLAB/Octave version 6.4.0 Demonstrate how to work with multiple files. files_multiple_test01(): Create 4 files, and count to 100. "divisor1.txt" will contain multiples of 2; "divisor2.txt" will contain multiples of 3; "divisor3.txt" will contain multiples of 5; "divisor4.txt" will contain multiples of 7; files_multiple_test02(): Create 4 files. The vector X contains 100 values, and is set 20 times. Write X(10), X(25), X(64) and X(81) to the files "x1.txt", "x2.txt", "x3.txt" and "x4.txt" files_multiple_test(): Normal end of execution. 19-Jun-2024 20:20:29