MATLAB Application Program Interface Reference Help Desk

mexGetMatrix

Purpose

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 ]