Store variable number of data sets

1 次查看(过去 30 天)
Ricky
Ricky 2013-6-20
Hello Everyone,
I have a matrix of size Z [15*22] elements and in this matrix I want to add some particular set of distance values. These distance reading I am getting from a sensor. My problem is that the number of distance reading vary. So in the first set of data readings my number of distances can be 22 but in the second set of reading I may get only 21 values. These values need to be plugged in Z matrix.
How can I solve this problem.
Thanks

回答(1 个)

Image Analyst
Image Analyst 2013-6-20
I don't see the problem. Why not just use a Z of 15x21? Who's forcing you to use only 15x22 when that is not appropriate for 15x21 data? Just use the size of the matrix that matches the number of measurements you have.
  1 个评论
Ricky
Ricky 2013-6-20
actually in the maximum value of distance readings is 22 and minimum value of distance readings is 20. I do not want to lose the information. I know one way could be to take minimum value and chop the bigger data sets. I am also thinking of interpolating my data to increase its size.
So I thought maybe someone can give me some idea on this forum.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by