From: Guillaume Champlong on
Hi,

I am using matlab compiler to launch matlab code through CGI. I am testing locally only, for the moment (MAMP on MacOSX snow leopard).

When the script is launched through CGI but, I am getting this warning :

"Warning: No display specified. You will not be able to display graphics on the screen."

whereas all is fine when I run it from the console. I tried to set the DISPLAY environment variable in the bash script calling my matlab program, but no success.

Can anyone help?

thx

G.