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

reshapemx (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: linalgebra

Requires: MathScript RT Module

Syntax

d = reshapemx(a, b, c)

Legacy Name: reshape

Description

Changes the dimensions of an input matrix.

Examples

Inputs

Name Description
a Specifies a vector or matrix of any data type. The number of elements in a must equal b*c.
b Specifies the number of rows in d. b is a positive integer.
c Specifies the number of columns in d. c is a positive integer.

Outputs

Name Description
d Returns a b-by-c matrix. The elements in d are the elements of a in column order.

Examples

A = [1, 2, 3; 4, 5, 6]
D = reshapemx(A, 3, 2)


 

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