Filter löschen
Filter löschen

How to plot vectors of different lengths to visualize data?

14 Ansichten (letzte 30 Tage)
Tyler Warner
Tyler Warner am 1 Jun. 2018
Beantwortet: the cyclist am 1 Jun. 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.

Antworten (1)

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

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Produkte


Version

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by