MATLAB: Displya tic toc

guidetictoc

I want to display the time calculated by tic toc in a GUIDE, is that possible?

Best Answer

Just
set(handles.text1,'String',toc);
if anyone have the same question :)