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

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]

Risposte (0)

Questa domanda è chiusa.

Richiesto:

il 20 Mar 2014

Chiuso:

il 20 Ago 2021

Community Treasure Hunt

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

Start Hunting!

Translated by