Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to change a linear one dimensional matrix into a desired m*n matrix following morton scan order in images?

2 次查看(过去 30 天)
hi, suppose there is a matrix A=[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16]; How can it be changed in the following morton scan order A=[1 2 5 6;3 4 7 8;9 10 13 14;11 12 15 16]

回答(0 个)

此问题已关闭。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by