-
ChainLink
Installation
Installation
If
you have
downloaded a windows executable, simply run the
installation
wizard (taking care to install ChainLink in a folder with no spaces!).
Then launch the program from the Start menu...
-
ChainLink
ChainLink
What is it?
ChainLink
is cross-platform data processing and visualization software that
allows full and convenient access to C++
libraries,
classes, functions, and Qt4
Widgets within a Matla...
-
ChainLink
-
ChainLink
Documentation
There are two
kinds of user-defined functions:
script
functions: defined in files with a .m or .ch extension. These functions
are interpreted at run time and do not need to be compiled;
C/C++
function...
-
ChainLink
Feature Overview
ChainLink
Feature Overview
Axis
labels, arbitrary fonts, log scale
3D
Plotting
GUI
development
Handle user actions (signals)
using
callbacks within ChainLink scripts
See
uidemo1.ch and uidemo2.ch
Mani...
-
ChainLinkBase: mda Class Reference
Example
mda X,Y,Z;
X.allocate(MDA_TYPE_COMPLEX,10,5,3); //allocate 10x5x3 complex array
Y.allocate(MDA_TYPE_REAL,10,5,3); //allocate 10x5x3 real array
int32 x,y,z;
for (x=0; x<X.size...