UCL-CompLACS/qrsim

Control should be passed in as a cell rather than matrix

asymingt opened this issue · 1 comments

Various platforms may have different length control vectors. Modelling control as a matrix presumes that each platform's control is the same length. Convert to a cell representation to increase flexibility.

Fixed in e1f0ecc.