필터 지우기
필터 지우기

Usage of downsample function in 2012b

조회 수: 1 (최근 30일)
Abhijit Bahirat
Abhijit Bahirat 2013년 12월 11일
댓글: Abhijit Bahirat 2013년 12월 12일
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일
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
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!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by