Software Listing of Author : "Greg Aloe"
- dbloop.m: Dynamically enter debug mode during a loop
- License: Freeware
- Price: 0.00


Have you ever executed a FOR or WHILE loop and wished you could pause and resume it to examine the status in the debugger? To use the tool, code the "dbloop" command into your M-code loop at the location that you intend to pause the loop. While the loop is executing, press the "k" key on your keyboard to stop in the debugger at the next iteration. When you are done examining or debugging, Use the "return" or "dbcont" command to resume execution of the loop. Read the M-file help for more details, including how to configure a different key than "k", and how to use multiple breakpoints. There is also an important disclaimer about using this tool for loops that involve graphics.
- Platform: Matlab, Scripts
- pie3mod.m
- License: Shareware
- Price:


H = PIE3MOD(HP) removes the lines along the edges of the pie slices while guaranteeing that there will still be a line separating the slices. The input argument HP is the set of handles returned by PIE3. The output argument H is the same as HP with the addition of the new line objects needed to separate the pie slices. (Uncomment the code at the end of the file to move the slice labels in the front of the PIE3 plot so that they are beneath the pie's bottom edge. You may need to adjust the "thresh" value defined in the code depending on your PIE3 plot.)
- Platform: Matlab, Scripts
- Trails
- License: Shareware
- Price:


TRAILS is a solitaire card game. All the cards are dealt face-up into four rows of thirteen. The aces are removed, leaving four empty slots. The object of the game is to re-arrange the cards such that each row starts with a two, and ends with the king of the same suit. The row would read from two through king, all of the same suit. To move a card, click on it. The only card that can be moved to an empty slot would be the card that follows (in order and suit) the card to the left of the empty slot. For example, if an empty slot has a 4 of hearts to its left, only the 5 of hearts can be moved to that empty slot. For detailed rules, use the Help-->Rules... menu from within the application. Requires MATLABâ„¢ 6.0 (R12) or later.
- Platform: Matlab, Scripts