-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
| new_argv = add_single_argument(new_argv, ¤t_size, "-batch"); |
@nilsjor
Unfortunately the change introduced in commit b43d3cd prevents (at least on Mac) to open Matlab desktop.
If Matlab is started with the argument "-batch" the command "desktop" cannot be run and produced the error
Error using matlab.internal.lang.capability.Capability.require
Support for user input is required, which is not available on this platform.
Error in desktop
Hence this should be reverted to the arguments "-nodisplay", "-nosplash", "-nodesktop", "-r" instead.
Metadata
Metadata
Assignees
Labels
No labels