You are on page 1of 1

persisten count

if isempty(count)
count=0;
end
count=count+1;
str=sprintf('Totla Clicks:%s',count);
set(handles.edit_text,'String',str);

You might also like