DolphinDB: create a large matrix with repeat copies of matrix A

前端 未结 0 669
面向向阳花
面向向阳花 2020-12-31 13:33

What should I do if I want to repeat copies of a matrix into a 2-by-2 block arrangement?

For example:

A=1..4$2:2

#0 #1
-- --
1  3 
2  4 
相关标签:
回答
  • 消灭零回复
提交回复
热议问题