You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Af Af] is hcat(Af,Af) and I would expect to produce a Fun(1×4 ArraySpace:..., while [Af; Af] is vcat(Af,Af) and I expect to produce a Fun(2×2 ArraySpace:..., as would result using concatenations of usual matrices. In both cases, arrays of matrices are generated, but I need to build the horizonatally or vertically concatenated matrices.
I appologize if I am wrong, and I would appreciate any hint how to obtain the (for me) expected results.
The text was updated successfully, but these errors were encountered:
The following illustrates the issue:
[Af Af]
ishcat(Af,Af)
and I would expect to produce aFun(1×4 ArraySpace:...
, while[Af; Af]
isvcat(Af,Af)
and I expect to produce aFun(2×2 ArraySpace:...
, as would result using concatenations of usual matrices. In both cases, arrays of matrices are generated, but I need to build the horizonatally or vertically concatenated matrices.I appologize if I am wrong, and I would appreciate any hint how to obtain the (for me) expected results.
The text was updated successfully, but these errors were encountered: