フィルターのクリア

How to plot vectors of different lengths to visualize data?

14 ビュー (過去 30 日間)
Tyler Warner
Tyler Warner 2018 年 6 月 1 日
回答済み: the cyclist 2018 年 6 月 1 日
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.

回答 (1 件)

the cyclist
the cyclist 2018 年 6 月 1 日
See my answer to a very similar question here.

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by