Error while using dec2bin() : too many input arguments
조회 수: 9 (최근 30일)
이전 댓글 표시
when i run this code:
M = 'Hello';
% Now encode:
Mbinlong = reshape(dec2bin(double(M),7).',[],1)
I get this error :
Error using dec2bin Too many input arguments.
why this happens? How can i resolve this error?
댓글 수: 8
채택된 답변
Walter Roberson
2017년 2월 27일
You need to remove F:\MATLAB\RSA
from your MATLAB path. You can do that using pathtool
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!