LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV2013 mathscript rt module-3D arrays

Solved!
Go to solution

I saw in these forum threads that earlier versions of labview mathscript rt module did not support 3D arrays. Does anyone know if it is still the case with LV2013 or LV2014?

 

 

I am using LV2013 and tried creating a 3D array

 

>>C = zeros(3,3,4)

Error in function zeros at line 1 column 5:  You specified an invalid number of input parameters for this function.

 

Thanks.

 

0 Kudos
Message 1 of 3
(2,989 Views)
Solution
Accepted by topic author padma11

The limitation still exists in LabVIEW 2015.

 

 

(quote from the help:  "Scalars and One- and Two-Dimensional Arrays ...")

 

What are you trying to do? Often, implementing an algorithm in plain LabVIEW is easier and performs better. Plain LabVIEW supports any reasonable number of dimensions.

Message 2 of 3
(2,976 Views)

Thanks for confirmation, that helped!  it was a design decision to use matlab code developed by somebody else in the group.

 

0 Kudos
Message 3 of 3
(2,945 Views)