WRITE_MATRIX 

Call: WRITE_MATRIX


matrix

This argument can be either a global variable associated with a Matrix, or an expression in terms of global variables that results in a matrix.

A matrix reference is usually created with a call to BOOK_MATRIX, using the ROW function or by arithmetic between existing matrices.

If this argument is an expression which results in a matrix, then the member name should be specified.


file

The name of the Garfield file to which the matrix is to be written.

This argument should be of type String.


member

The name to be given to the member in the Garfield library that will contain the matrix. Giving a member name is useful if you wish to store several matrices in the same file, as this will allow you to retrieve them selectively.

If the member name is omitted, a default member name equal to the name of the global variable associated with the matrix, will be assigned to the histogram. This is in many cases a meaningful default and there is therefore rarely a need to specify a member.

This argument should be of type String.


Go to the top level, to Call, to WRITE_MATRIX, to the topic index, to the table of contents, or to the full text.

Formatted on 21/01/18 at 16:55.