Matlab makes the loops run simultaneously
问题 Unfortunately, I have two loops. that's why my code makes the first loop run and only when it is finished, it makes the second loop run. But I want the gui to show the data simultaneously: in the hAxes and in the loading1. How can I make it? hFigure = figure('units','pixels','position',[300 300 424 470],'menubar','none',... 'name','start processing','numbertitle','off','resize','off'); hAxes = axes('Parent',hFigure,'Units','pixels','Position',[0 112 424 359]); loading1 = uicontrol('style',