getmcruserdata

Retrieve MATLAB array value associated with given string 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');
Was this topic helpful?