Matlab only! Thank you!
The text files provided contain two columns of data,corresponding to the x and y coordinates of circles of variousradii. There are four groups of circles, each containing 25circles. The group names are reflected by the “a”, “b”, “c”, or “d”in the filenames. The task here is to plot the circles of eachgroup separately for visual comparison.
Link to file:https://drive.google.com/drive/folders/18_1BKt2L4x7mysDuOhpgZZ_RGDeqhyBw?usp=sharing
Exercise: Write a code that completes the following actions:
-
Create for loop with a nested for loop to iteratively come upwith the filenames. You may have to use several loops to accomplishthis for all of the groups. (See hint below for
OROR