01-20-2011 10:50 AM
I am porting some Matlab code to a MathScript window. Platform - LabVIEW 2010 on MacOSX, with the corresponding MathScript module.
I am trying to use the basic Matlab "find" function but the line is greyed out in the MathScript code listing. I found an old reference for LabVIEW 8.5 which says that "find" is Windows only.
Is this still true in LabVIEW 2010 ?
Is there any particular technical reason why such pure math/linear algebra routines would be kept from the Linux / Mac module, or is it just the traditional NI disdain for non-Windows platforms showing up in intentionally crippled products ?
01-20-2011 03:09 PM
Maybe you can use findnz?