Software Listing of Author : "Michael Arant"
- check_box
- License: Shareware
- Price:


Hacked version of the menu function transforming the menu from a single selection push button to a multi-selection radio box. Use for selection of some items from a list. [a b] = check_box('Test','a','b','c','d') [a b] = check_box('list',{'a','b','c','d'})
- Publisher: michael arant
- Date Released: 10-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Excel File Reader
- License: Shareware
- Price:


Rather simple tool to read all data from all sheets in an excel file. Output is a structure with organization: Data.Sheet_Name.num - The numerical value content Data.Sheet_Name.txt - The text in the sheet Data.Sheet_Name.cel - Raw cell dump of contents Multiple sheets are listed by sheet name. Note that large Excel files can crash memory in MATLAB.
- Publisher: michael arant
- Date Released: 27-06-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- swept_sine
- License: Freeware
- Price: 0.00


Common swept sine (or cosine) generation functions use a linear time vector with an increasing frequency rate. This results in the higher frequency content range having fewer points per cycle which reduces the quality of the swept sine at higher frequencies. The most common solution to this problem is to make the time increment smaller thus increasing the number of points in the higher frequency content at the expense of a significant increases in vector size and numerical computation time. A second and less common solution is to use an exponential time increment to place more of the time increment points in the higher frequency domain where they are needed. However, these methods are not trivial to define and usually result in inconsistent numbers of points per cycle. Non-linear time methods need to have the time increment rate...
- Publisher: michael arant
- Date Released: 08-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts