The default user environment is batch. The matlab environment is currently under development is has only a minimal interface.
matlab environment (ticket #18)
Functions | |
| STATUS | environment_start (int argc, char *argv[]) |
| Starts the environment selected by the global_environment variable. | |
| STATUS environment_start | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Starts the environment selected by the global_environment variable.
| argc | the number of arguments to pass to the environment |
| argv | the arguments to pass to the environment |
Definition at line 24 of file environment.c.
References exec_start(), FAILED, matlab_startup(), output_error(), output_fatal(), output_message(), output_verbose(), and SUCCESS.
Referenced by main().