11-23-2015 02:26 PM
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.
Solved! Go to Solution.
11-23-2015 03:56 PM - edited 11-23-2015 04:00 PM
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.
11-24-2015 08:09 AM
Thanks for confirmation, that helped! it was a design decision to use matlab code developed by somebody else in the group.