Revision 495
(checked in by cbc, 12 years ago)
|
Initial import of Stark code.
|
Line | |
---|
1 |
% handy-dandy matlab utilities |
---|
2 |
% last update 10 Sep 2002 |
---|
3 |
% |
---|
4 |
% matutil - handy-dandy matrix utilities |
---|
5 |
% |
---|
6 |
% Contents.m |
---|
7 |
% column.m - callback form of (:) |
---|
8 |
% distinct.m - scaled down unique - no sorting |
---|
9 |
% identical.m - NaN-safe isequal |
---|
10 |
% mat2str.m - converts 2d matrix to eval'able string |
---|
11 |
% rotarray.m - rotate array or subarray |
---|
12 |
% safeslice.m - "slices off" or samples a matrix w/unknown size |
---|
13 |
% unique5.m - unique.m for matlab5, for use with matlab4 |
---|
14 |
% vcolon.m - vectorized colon |
---|
15 |
% |
---|
16 |
|
---|