DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Command: MatSub

Display all  Hide all

Command: MatSub

Subtracts two matrices componentwise.

Call MatSub(ChnList1, ChnList2)

Input Parameters

ChnList1 Specifies one or more channels.
ChnList2 Specifies one or more channels.

The ChnList variable specifies the first matrix, the ChnList2 variable specifies the second matrix.

Note  If you want to use waveform channels in this command, follow rule 2.3 for calculating with waveform channels. This rule applies to a column pair of matrix 1 and matrix 2.
Note  A NoValue in a matrix component results in a NoValue in the result matrix.
Note  If the two matrices do not have the same number of columns and rows, DIAdem uses the lowest common number of columns and rows.
Refer to the Help page 3D Arithmetic for further information.

Dialog Box Call

Call SUDDlgShow("Main", ResourceDrv & "AnaSubMat")

Matrices operations

 

Related Topics

Command: ChnConvexHull | Command: ChnD3Appr | Command: ChnD3Interp | Command: ChnD3InterpPoint | Command: ChnIsolinesCalc | Command: ChnMatConvert | Command: ChnNConvexHull | Command: MatAdd | Command: MatAppend | Command: MatChnConvert | Command: MatD3Appr | Command: MatD3Interp | Command: MatD3InterpPoint | Command: MatDiv | Command: MatExtremeValues | Command: MatIntegrate | Command: MatIsolinesCalc | Command: MatMul | Command: MatNormalize | Command: MatRelativize | Command: MatScalAdd | Command: MatScalMul | Command: MatSort | Command: MatSum | Command: MatTranspose | Command: MatVAlgebr | Command: MatVColumn | Command: MatVRow | Command: SubMat

Was this information helpful?