How to reduce the vector length ?

I need to either reduce or increse the vector length.
I have to Plot SNR vs PDf, but its not in the same vector length.
SNR has 1*991 double and PDF has 1*100 double
I want this to be equal to run the file.
If someone knows the solution for it, please reply it to me. I will be helpful.
Thanks.

 採用された回答

Image Analyst
Image Analyst 2013 年 3 月 21 日

0 投票

Which of the 991 SNR values are associated with which of the 100 PDF values? If you know that, then you can use interp1() to fill in the 891 "missing" values.

1 件のコメント

Mohamed
Mohamed 2013 年 3 月 21 日
編集済み: Mohamed 2013 年 3 月 21 日
Actually its a column vector . Here first 100 values are associated with it.

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by