MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mexGetMatrix

Copies an mxArray from the caller's workspace

Fortran Syntax

Returns

A pointer to a newly allocated mxArray if successful, 0 otherwise.

Arguments

name
  Name of mxArray to get from workspace.

Description

mexGetMatrix reads the named mxArray from the caller's workspace, and returns a pointer to a newly allocated mxArray or 0 if the attempt fails.



[ Previous | Help Desk | Next ]