Plot multiple figures in background
问题 I have a MATLAB code that plots multiple figures at the same time. The general trick to achieve the same is to call figure(figHandle) and then make a call to plot , for e.g. figure(h1); plot(...args...); figure(h2); plot(...args...); However, I want to do this plotting without bringing figures into foreground everytime I make a call to figure(figHandle) . All I want to do is to plot multiple figures simultaneously without bringing them into visibility and export them to an excel sheet (I have