DataHub MATLAB Support

Version 6.4

September 13, 2007

A reference manual for MATLAB support for the Cascade DataHub.

Copyright, trademark, and software license information.

Table of Contents

1. Introduction

I. Classes
Engine - starts the MATLAB engine.
mxArray - an mxArray.

II. Gamma Support Functions
Engine.AutomaticVariable - automatically maps a MATLAB variable to a Gamma variable.
Engine.destructor - removes all automatic variables when instance is destroyed.
Engine.GetError - returns an error message.
Engine.GetResult - returns a result message.
Engine.PutVariable - puts a variable into the MATLAB engine.
Engine.RemoveAutomatic - removes an automatically mapped variable.
Engine.ResizeOutputBuffer - replaces the OutputBuffer with one of a new length.
mxGammaToArray - converts a Gamma value to an mxArray.
Index