Effacer les filtres
Effacer les filtres

How to plot vectors of different lengths to visualize data?

14 vues (au cours des 30 derniers jours)
Tyler Warner
Tyler Warner le 1 Juin 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.

Réponses (1)

the cyclist
the cyclist le 1 Juin 2018
See my answer to a very similar question here.

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Produits


Version

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by