Borrar filtros
Borrar filtros

How to divide different rows of a matrix to different numbers?

1 visualización (últimos 30 días)
Mnr
Mnr el 29 de Mzo. de 2014
Comentada: Mnr el 29 de Mzo. de 2014
Hello all,
I have a mx2 matrix with its different rows are different integer multiples of (1,0), (-1,0), (0,1), (0,-1), (1,1), (-1,1), (1,-1). For example, my matrix can be something like: [4 4; 0 3; 2 0; -5 5.....]
I would like to divide each row by a proper integer such that I can extract (1,0), (-1,0), (0,1), (0,-1), (1,1), (-1,1), (1,-1). Can anybody help me please? Thanks.
  1 comentario
Azzi Abdelmalek
Azzi Abdelmalek el 29 de Mzo. de 2014
To make your question clear, post a short example with the expected result

Iniciar sesión para comentar.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 29 de Mzo. de 2014
Editada: Azzi Abdelmalek el 29 de Mzo. de 2014
Maybe you want
A=[4 4; 0 3; 2 0; -5 5]
out=sign(A)

Más respuestas (0)

Categorías

Más información sobre Logical 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