08-02-2005 07:00 AM
08-03-2005 04:18 PM
Hi Celynn,
The Array Size function in Array palette is similar to n=size(pyw,1). Also LabVIEW has For loop in the Structures palette that lets you loop around your code. Index Array function in the array palette would let you pick any element(s) from an array. Finally there are some matrix functions available in the Linear Algebra palette (Functions >> Analyze >> Mathematics >> Linear Algebra) that will let you find out the inverse of a matrix.
Hope this helps.
Ankita
08-04-2005 01:17 AM
Ankita Thanks for your reply. But how do i avoid using nested for loop to create the 2by2 matrix without stacking up the matrix so i can do an inverse matrix?
08-04-2005 04:27 AM
08-04-2005 03:08 PM
08-05-2005 05:33 AM