Why does my deployed MATLAB code require and active X-Windows session when being utilized in batch scheduled mode ?

2 views (last 30 days)
My deployed MATLAB (r2011b version) code requires an active X-Windows session (or legitimate value for $DISPLAY) when deployed in a batch scheduled mode on a linux cluster. If either of these is not available, the rendered graphics is very poor and extremely slow to execute. Is there a compiler flag that can be set to avoid this behavior ? All of the graphics in the code is constructed using figure('Visible','OFF') and then sent to PNG files.

Answers (0)

Categories

Find more on Install Products 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!