I created an .NET assembly from MATLAB code which returns 2 array(each n x 1). Using .NET palette of LabView, I created invoke node of class ‘Angular’ and it has several input (numArgsOut, f, etc) and one output ‘Angular()’. I connected inputs with .NET object and numeric control. The problem is How to connect
output(object) with some kind of indicator (numeric array indicator?). Because I should get 2 arrays (each n x 1), is there a way to separate object into 2 arrays?Part of C# code shows as follows