IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
blmisc_image_transpose.m
Go to the documentation of this file.
1
%> @brief Switches direction between
'hor'
or
'ver'
2
classdef
blmisc_image_transpose
<
blmisc_image
3
methods
4
function
o =
blmisc_image_transpose
(o)
5
o.classtitle = 'Transpose';
6
o.flag_ui = 1;
7
o.flag_params = 0;
8
end;
9
end;
10
11
methods(Access=protected)
12
function data = do_use(o, data)
13
data = data.transpose2();
14
end;
15
end;
16
17
end
18
blmisc_image
Image operations base class.
Definition:
blmisc_image.m:2
blmisc_image_transpose
Switches direction between 'hor' or 'ver'.
Definition:
blmisc_image_transpose.m:2
m
classes
block
blmisc
blmisc_rowsout
blmisc_image_transpose.m
Generated on Tue May 19 2015 20:46:04 for IRootLab by
1.8.9.1