So, the question is:
Can I programmatically (from the commandline) give implay a colormap to use?
hi hannes!
i'm having exactly the same problem...did you already find a workaround or fix for this issue?
thanks!
fab
??? Error using ==> getappdata
Too many output arguments.
Error in ==> uimgr.getappdata at 53
[y{i},foundData(i)] = getappdata(hNode,name{i});
Error in ==> uimgr.uipushtool.uipushtool>createUIPushTool at 39
set(hWidget,'cdata',uimgr.getappdata(hThis,hThis.iconAppData));
Error in ==> uimgr.uipushtool.uipushtool>@(hThis)createUIPushTool(hThis) at 24
h.WidgetFcn = @(hThis)createUIPushTool(hThis);
Error in ==> uimgr.uiitem.render_widget at 50
theWidget = WidgetFcn(h);
Error in ==> uimgr.uiitem.render at 26
render_widget(h);
Error in ==> renderCore at 109
render(hChild, childGraphicalParent);
Error in ==> uimgr.uigroup.render at 8
renderCore(h,varargin{:});
Error in ==> renderCore at 109
render(hChild, childGraphicalParent);
Error in ==> uimgr.uigroup.render at 8
renderCore(h,varargin{:});
Error in ==> renderCore at 109
render(hChild, childGraphicalParent);
Error in ==> uimgr.uigroup.render at 8
renderCore(h,varargin{:});
Error in ==> uiscopes.Framework.Framework>localRender at 432
render(this.UIMgr);
Error in ==> uiscopes.Framework.Framework at 104
localRender(this);
Error in ==> uiscopes.new at 22
hScope = uiscopes.Framework(hScopeCfg, varargin{:});
Error in ==> implay at 55
obj = uiscopes.new(hScopeCfg);
I would like to do this as well. was this ever addressed?