Undefined function 'de2bi' for input arguments of type 'double'.
이전 댓글 표시
Hi everyone, I have a small error in my code. I will be honest, it has been a few months since I last used matlab so please be gentle! Attached is my code where I have the following error message directed towards line 8: Undefined function 'de2bi' for input arguments of type 'double'. Any help will be appreciated, thanks.
답변 (1개)
Amit
2014년 1월 21일
1 개 추천
I think I know why this is happening.
de2bi function belongs to 'communication system toolbox'. This toolbox is most likely not installed/available for your matlab. Thats why your code does not recognizes this function.
댓글 수: 4
Amit
2014년 1월 21일
type
ver
and verify that 'communication system toolbox' is installed.
Robert Lois
2014년 1월 21일
Ivan Martinez
2017년 12월 10일
what was your problem? Am having the same issue and I have the toolbox installed
sheeba pattu
2023년 3월 12일
yes! even im facing same issuse
카테고리
도움말 센터 및 File Exchange에서 Signal Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!