Software Listing of Author : "Matt Fetterman"
- Anaskel written in Matlab
- License: Shareware
- Price:


The anaskel program (by Nicholas Howe) is quite useful. But I had some problems with the mex compiler. So I translated the program into Matlab. Now it is easier for me to use and modify. And I found that the program speed in Matlab was still pretty good. Note all credit to the original author Nicholas Howe, and also I used some programs from Alireza Fasih.
- Publisher: Matt Fetterman
- Date Released: 05-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Clone Figure
- License: Shareware
- Price:


The program allows you to copy a figure to another figure. For example let's say you want to copy Figure 1 to Figure 4. Then type clonefig(1,4). It is very useful for me because sometimes I run a program that outputs figure 1. Then I want to run the program with different parameters, and compare the output. So I would use CloneFig to copy Fig. 1 to Fig. 4, and then run the program again. The program is pretty much derived from a page in Matlab Technical Solutions.
- Publisher: Matt Fetterman
- Date Released: 07-06-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Furniture
- License: Shareware
- Price:


This program creates a function that kind of looks like furniture. It is just for fun. Or who knows? Maybe some designer will decide to make furniture inspired by mathematical functions? I would buy it!!
- Publisher: Matt Fetterman
- Date Released: 23-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Status_Display
- License: Shareware
- Price:


This program displays a status message along with the name of the calling program or function. For example, if you are running the program Smoky.m, within the program, you could call Display_Status with the string 'Too many variables'. Display_Status('Too many variables'); Then Display_Status would display: Smoky.m: Too many variables It can also be used in the same way as fprintf: Display_Status('Too many variables:%d',NumVar); So it is a convenient way to keep track of which program the status update is coming from. Could be useful for complex programs with many subprograms, where you are often changing filenames.
- Publisher: Matt Fetterman
- Date Released: 11-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts