We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9168bd commit 0c2aacfCopy full SHA for 0c2aacf
1 file changed
Demo/TableDemo.m
@@ -12,7 +12,7 @@
12
% Button pushed function: Button
13
function ButtonPushed(app, ~)
14
% Return all registered widgets:
15
- [~,w] = mlapptools.getWidgetInfo(app.UIFigure);
+ [~,w] = mlapptools.getWidgetList(app.UIFigure);
16
% Filter list:
17
w = w(~cellfun(@isempty,w.id) & ...
18
cellfun(@(x)~isempty(strfind(x,'uniq')),w.id),:); %#ok<STREMP>
0 commit comments