Getting nested loop counters

Version 1.2.0.0 (1.31 KB) by Weidong
A little tiny program used to print out your nested loop counters
335 Downloads
Updated 8 Mar 2011

View License

When I did image processing, I need to print out the coordinates (corresponding to the inner and outer loop counters) associated with the image points

How to define a matrix L which can sequentially store the counters for each loop is a little tricky, that is the definition (expressed by variables formed by inner and outer loop counters) of the counter for L is not simple as 1 2 3. (It seems so easy, is it?)

Hopefully this is helpful to somebody.

Cite As

Weidong (2024). Getting nested loop counters (https://www.mathworks.com/matlabcentral/fileexchange/30626-getting-nested-loop-counters), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Loops and Conditional Statements in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

1. Based on Jos's comment, delete "clear all;"
2. Yes, it is a good idea to write a function, will prepare it at a later time.
3. Depending upon your application, it may be useless, while it might be helpful to somebody else if not for everyone.

1.1.0.0

Add university name

1.0.0.0