Dear specialists,
I am trying to set an array of doubles that is defined as a control in my VI by using:
invoke(VIhandle, 'SetControlValue', mlarray)
where mlarray is defined in Matlab as an 1xn array of doubles.
error: ??? Dispatch : Exception occurred
in routine: actxcli
Reading an indicator array in the VI by 'GetcontrolValue' works fine.
Also passing non-array variables works fine.
How should I define my array in Matlab/Labview to make it work ?