Usage of downsample function in 2012b

I am Matlab 2012b installed with 64-bit edition.
I tried using 'downsample' function using a simple vector as an input argument.
It throws following error, "Undefined function 'downsample' for input arguments of type 'double'"
Is it because of 64-bit edition? Because it works perfectly fine on 32-bit edition.
Any suggestions?

2 件のコメント

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 12 月 11 日
show your code
Abhijit Bahirat
Abhijit Bahirat 2013 年 12 月 12 日
Hey I have figured out the problem. It was license issue and I don't have signal processing toolbox installed. :)
Thanks for reply!

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

回答 (1 件)

kjetil87
kjetil87 2013 年 12 月 11 日
編集済み: kjetil87 2013 年 12 月 11 日

0 投票

Undefined function means that the function does not exist, so parhaps there is a small typo in your call?
Is the signal processing toolbox listed in:
path
on the 64b version?
What happens if you type:
which downsample
?

3 件のコメント

Abhijit Bahirat
Abhijit Bahirat 2013 年 12 月 11 日
Yes, I do have signal processing toolbox installed.
which downsample shows the path of function call, downsample.m where it is saved.
kjetil87
kjetil87 2013 年 12 月 11 日
編集済み: kjetil87 2013 年 12 月 11 日
That is strange, try putting a
which downsample
right before your call in your function/script , does it still list the correct function? (is there a chance that you have redefined it? )
Abhijit Bahirat
Abhijit Bahirat 2013 年 12 月 12 日
Hey I have figured out the problem. It was license issue and I don't have signal processing toolbox installed. :)
Thanks for replies!

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

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

質問済み:

2013 年 12 月 11 日

コメント済み:

2013 年 12 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by