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

mldivide (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 = mldivide(a, b)

Description

Performs left matrix division. The infix notation for mldivide(a, b) is a\b.

Examples

Inputs

Name Description
a Specifies the dividend. a is a matrix.
b Specifies the divisor. b is a vector or matrix. If a is a matrix and b is a matrix, then b must be of the same size as a.

Outputs

Name Description
c Returns the solution to c = b\a. c is a vector or matrix.

Examples

A = [1, 2; 3, 1]
B = [3, 2; 2, 3]
C = mldivide(A, B)

Related Topics

ldivide
linsolve
mrdivide


Resources


 

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