FOR loops in MATLAB: Using loops for plotting

Опубликовано: 15 Октябрь 2024
на канале: RobertTalbertPhD
159,631
548

This screencast gives three quick examples of using FOR loops to perform some common plotting tasks. First we see how to quickly plot several columns of data from the same data set on a single set of axes. Then, we use a FOR loop to create a subplot. Finally, a FOR loop is used to sample from a data set and plot the points as markers.