Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

mtimes (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the matrixops class.

Syntax

c = mtimes(a, b)

Description

Performs matrix multiplication.

Examples

Inputs

Name Description
a Specifies a scalar or matrix. If a is a matrix, the number of columns in a must equal the number of rows in b.
b Specifies a scalar or matrix.

Outputs

Name Description
c Returns the product of a and b. c is a scalar or matrix.

Examples

A = [1+3i, 5.6; -2.3, 8-i]
B = [3, 5; 5, 3]
C = mtimes(A, B)

Related Topics

mpower
times


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit