Borrar filtros
Borrar filtros

How to plot vectors of different lengths to visualize data?

14 visualizaciones (últimos 30 días)
Tyler Warner
Tyler Warner el 1 de Jun. de 2018
Respondida: the cyclist el 1 de Jun. de 2018
I have data that comes in the form of a cell array as such:
indexedvalues =
8×1 cell array
[23×1 double]
[21×1 double]
[20×1 double]
[24×1 double]
[23×1 double]
[23×1 double]
[23×1 double]
[23×1 double]
My initial goal is to make a scatter plot, but to also use other plots if needed. I would like to compare the values to each other visually before attempting to make code to process it. Would the best option be to simply concatenate zeros to force them all to the greatest vector length?
There are two other cell arrays that use these index numbers of equivalent vector lengths in each cell.

Respuestas (1)

the cyclist
the cyclist el 1 de Jun. de 2018
See my answer to a very similar question here.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by