From: Enter The on
I have a script that saves hundreds of figures.

Using the profiler I know that the save image command is the slowest.

Each time I save a figure, would I be able to place the save figure
function inside a new thread so that it does not delay the rest of the
program?