Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 710 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 710 Bytes

for-each

Tools for simplifying for-loops. Customizable loop iteration. For-each is a set of tools for writing simple, readable for loops in MATLAB ®.


To install:

  • Download zip and extract to a folder.
  • Then add the following to startup.m:
  • addpath {installdir}/foreach

Or install from File Exchange: View MATLAB For-Each on File Exchange

To learn about for-each, type:

>> help foreach


To Run Tests

>> each.test.all