如题。例如是否可以这样写:
for i=1:8A{i}=get(handles.pushbutton(i),'Position');end
试了一下这样会出错,那只能一行一行地写了吗?
改成handles.pushbutton(num2str(i))