Borrar filtros
Borrar filtros

count bins

1 visualización (últimos 30 días)
George
George el 12 de Feb. de 2011
Hello, i need help in counting bins. I have this command in mathematica:
nBin = BinCounts[dataX, {-5 sX, 5 sX, step}]
,where datax is a matrix. How can i possible write it in matlab?

Respuesta aceptada

Matt Fig
Matt Fig el 12 de Feb. de 2011
I think you might need to use the HISTC function. Have a look at the help to see if it meets your needs.
  7 comentarios
George
George el 13 de Feb. de 2011
The histc(datax(:), -5*sX:step:5*sX) worked just fine!Thank you!
Matt Tearle
Matt Tearle el 13 de Feb. de 2011
@WR: sorry, I missed George's first comment, so I missed the context of the discussion. Another thing to add to wish list, I think...

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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