04-22-2017 02:11 PM
Hi!
I was wondering if there is something I can do to fix this error:
These cannot be wired together because their data types (numeric, string, array, cluster, etc.) do not match. Show the Context Help window to see what data type is required.
The type of the source is 1D array of
double [64-bit real (~15 digit precision)].
The type of the sink is double [64-bit real (~15 digit precision)].
It is a broken wire within my system. I understand what the error is and I was wondering if there is a block or function that can help me resolve this error.
Thank you!
Solved! Go to Solution.
04-22-2017 03:10 PM
Which element of that 1-D array of doubles do you care about?
Use Index Array to get it. Or do you want the average of the array, then use a Mean function.