How to change a linear one dimensional matrix into a desired m*n matrix following morton scan order in images?
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
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.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!