source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/qtfm/@quaternion/end.m @ 177

Last change on this file since 177 was 37, checked in by (none), 15 years ago

Added original make3d

File size: 259 bytes
Line 
1function e = end(a, k, n)
2% End indexing for quaternion arrays.
3
4% Copyright © 2005 Stephen J. Sangwine and Nicolas Le Bihan.
5% See the file : Copyright.m for further details.
6
7if n > ndims(a)
8    error('Too many indices in expression');
9end
10
11e = size(a, k);
Note: See TracBrowser for help on using the repository browser.