PetscMatlabEngineCreate

Creates a Matlab engine object

Synopsis

int PetscMatlabEngineCreate(MPI_Comm comm,char *machine,PetscMatlabEngine *mengine)
Not Collective

Input Parameters

comm - a seperate Matlab engine is started for each process in the communicator
machine - name of machine where Matlab engine is to be run (usually PETSC_NULL)

Output Parameter

mengine -the resulting object

See Also

PetscMatlabEngineDestroy(), PetscMatlabEnginePut(), PetscMatlabEngineGet(),
PetscMatlabEngineEvaluate(), PetscMatlabEngineGetOutput(), PetscMatlabEnginePrintOutput(), PETSC_MATLAB_ENGINE_(), PetscMatlabEnginePutScalar(), PetscMatlabEngine

Level:advanced
Location:
src/sys/src/objects/matlabengine/matlab.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages