source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/qtfm/@quaternion/reshape.m @ 37

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

Added original make3d

File size: 624 bytes
Line 
1function x = reshape(y)
2% RESHAPE Change size.
3% (Quaternion overloading of standard Matlab function.)
4
5% Copyright © 2005 Stephen J. Sangwine and Nicolas Le Bihan.
6% See the file : Copyright.m for further details.
7
8unimplemented(mfilename);
9
10% This file will not get called unless the reshape is 1 by 1.
11% It appears that Matlab is not using the numel function to
12% find the number of elements, or is using it incorrectly.
13% Most attempts to reshape a quaternion array will result in
14% the following error:
15%
16% To RESHAPE the number of elements must not change.
17%
18% This requires further study before reshape can be coded.
Note: See TracBrowser for help on using the repository browser.