Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleMATLAB
[communicator, remArgs] = Ice.initialize(args);

Ice.initialize accepts the an optional argument list that is passed to the program by the operating system. The function scans the argument list for any command-line options that are relevant to the Ice run time; any such options are removed from the argument list so, when Ice.initialize returns, the only options and arguments remaining in remArgs are those that concern your application. If anything goes wrong during initialization, initialize throws an exception.

...