|
I too, am having the same error message. I am using immovie to convert an US data set to play in an 'implay' window. The same error occurs with both Windows and Mac OSX.
The command window stream is below:
??? 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);
|