Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

MexNetwork Class Reference

#include <mexnetwork.h>

Inheritance diagram for MexNetwork:

Network List of all members.

Detailed Description

In addition to the class Network it provides specific methods for the Matlab MEX interface.

Public Member Functions


Member Function Documentation

int MexNetwork::importNetwork const mxArray *  mxNet  ) 
 

Builds a whole network based on the description in mxNet.

Builds a whole network based on the description in mxNet.

Parameters:
mxNet is a Matlab array (usually) created by exportNetwork().
Can only be called if there are no other objects in the network, i.e. one can not merge to network descriptions.