comparison toolboxes/MIRtoolbox1.3.2/MIRToolbox/@miremotion/display.m @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e9a9cd732c1e
1 function display(e)
2 % MIREMOTION/DISPLAY display of emotion contents
3 d = get(e,'Dim');
4 dd = get(e,'DimData');
5 c = get(e,'Class');
6 cd = get(e,'ClassData');
7 fp = get(e,'FramePos');
8 n = get(e,'Name');
9 if not(isempty(d))
10 s = mirscalar(e);
11 s = set(s,'Pos',repmat({{d'}},size(dd)),'Data',dd,...
12 'Title','Dimensional Emotion','Abs','Emotion Dimensions')
13 end
14 if not(isempty(c))
15 s = mirscalar(e);
16 s = set(s,'Pos',repmat({{c'}},size(cd)),'Data',cd,...
17 'Title','Basic Emotion Set','Abs','Emotion Classes')
18 end