Borrar filtros
Borrar filtros

How to transform an image into a 1D data matrix by scanning it from left to right and then up to down? kindly send the code

1 visualización (últimos 30 días)
How to transform an image into a 1D data matrix by scanning it from left to right and then up to down? Kindly send the code.

Respuesta aceptada

KSSV
KSSV el 5 de En. de 2018
% 2D matrix
A = rand(10,20) ;
B = A' ;
iwant = B(:) ;

Más respuestas (0)

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by