Non interactive figures on unix

1 view (last 30 days)
Ben
Ben on 9 Mar 2015
I'm trying to compile an executable for a Unix machine using the deployment tool to build an application, which works fine until when I try to run as a batch process. The problem seems to be the use of figures. The code imports data, plots, and saves a figure - this script is run hourly to update a website. I don't really need to see the figure, just need to get the resulting image. When run as batch, the figure doesn't seem to be opening so no image gets written. Can it be compiled so that it runs without a gui?

Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!