getmcruserdata

Retrieve MATLAB array value associated with a given key

Syntax

function_value = getmcruserdata(key)

Description

The function_value = getmcruserdata(key) command is part of the MATLAB® Runtime User Data interface API. It returns an empty matrix if no such key exists.

Examples

 function_value = 
              getmcruserdata('ParallelProfile');

Introduced in R2008b

Was this topic helpful?