Rigbox icon indicating copy to clipboard operation
Rigbox copied to clipboard

Unexpected repelems behaviour

Open k1o0 opened this issue 6 years ago • 0 comments

The function repelems currently outputs unexpected values for matrices and when the size of the second input doesn't match the first. It seems it was designed for use by exp.Parameters/toConditionServer which just replicates the elements of a none-scalar struct. This function could be updated to work in a more intuitive way for matrices or at least throw warnings. At the moment it outputs something no matter what your input arrays are, which is perhaps dangerous...

k1o0 avatar Mar 14 '19 19:03 k1o0