| Contents | Index |
bool mclIsNoDisplaySet()
Use mclIsNoDisplaySet() to determine if -nodisplay mode is enabled. Returns true if -nodisplay is enabled, else returns false. For more information, see Retrieving MCR Attributes in the User's Guide.
Note Always returns false on Windows systems since the -nodisplay option is not supported on Windows systems. |
printf("nodisplay set : %d\n",mclIsNoDisplaySet());

Learn how to build standalone executables and C/C++ shared libraries from MATLAB code.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |