Using discretize to reduce the size of a matrix
18 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Aaron Smith
el 6 de Mzo. de 2017
Comentada: Aaron Smith
el 6 de Mzo. de 2017
I have a large matrix that I need to represent visually. Contourf is perfect for what I need to do but the problem is that for matrices above a certain size, contourf takes an extremely long time work. I was wondering is there a way to half the size of a matrix using the discretize command? Looking at the mathworks page for discretize, the instructions are somewhat confusing and the apparent need to specify edges seems like a possible problem. I was thinking of binning each row in half and each column in half by combining every even numbered data point with the adjacent odd numbered data point. Is this possible with discretize or must each edge be specified?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Distribution Plots en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!