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

multmx (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: matrixops

Requires: MathScript RT Module

Syntax

c = multmx(a, b)

Legacy Name: mtimes

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 = multmx(A, B)

Related Topics

powermx
times


 

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