VirtualMatrix.Transpose() Method

Top 

Description

Returns a matrix containing the transpose of the calling matrix.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

VirtualMatrix.Transpose(

)

 

 

Return Value

Type:

Matrix of number

 

 

The transposed matrix.

 

Syntax

myMatrix1 = [1,2; 3,4].Transpose();

 

 

See also

VirtualMatrix Object