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

initial commit to HG from Changeset: 646 (e263d8a21543) added further path and more save "camirversion.m"
author Daniel Wolff
date Fri, 19 Aug 2016 13:07:06 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:cc4b1211e677
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