Software Listing of Author : "Loren Shure"
- Nested Functions in MATLAB
- License: Shareware
- Price:


twoFigs.m is an example M-file to accompany the article "Nested Functions in MATLAB" in the January 2006 issue of The MathWorks News & Notes. twoFigs.m is an example 2-figure GUI that uses nested functions to manage the data and state. Since the data is an image, it could be large and this example shows you how to use nested functions to avoid unnecessary copies of such data. Try it with this example: % Substitute mandrill with % any indexed image here load mandrill rgb = ind2rgb(X,map); twoFigs(rgb)
- Publisher: Loren Shure
- Date Released: 06-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Programming Patterns in MATLAB
- License: Freeware
- Price: 0.00


This file contains slides from the talk I gave at the 1997 MATLAB User's Conference. It shows some programming patterns in MATLAB, relevant to version 5.0 and beyond. A few of the patterns may be suboptimal because of MATLAB changes since 1997.
- Publisher: Loren Shure
- Date Released: 11-03-2013
- Download Size: 236 KB
- Download
- Platform: Matlab, Scripts
- Sudoku grid
- License: Shareware
- Price:


sudokuGrid simply creates a conventional 9x9 Sudoku grid suitable for printing. That way, you can always be prepared to enter a puzzle and work on it, without writing directly in the newspaper.
- Publisher: Loren Shure
- Date Released: 22-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Volume Visualization Example
- License: Shareware
- Price:


In this code, I show how to create a clean architecture for a volume visualization engine and one example GUI that uses it. I take advantage of exporting nested functions so the GUI programmer can manipulate the visualization in ways that can be customized for specific applications. Scott, Mike and I worked on this example and presented it during the 2007 MATLAB World Tour. See this blog entry for a discussion of the example: http://blogs.mathworks.com/loren/2007/08/0...reusable-tools/
- Publisher: Loren Shure
- Date Released: 14-02-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts