Error while using dec2bin() : too many input arguments
古いコメントを表示
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 月 22 日
The code works as-is for me. Which MATLAB version are you using?
Jan
2017 年 2 月 22 日
Please post the complete error message. I assume that another line is affected.
Walter Roberson
2017 年 2 月 22 日
Please show
which -all dec2bin
in case you are getting a different dec2bin than is expected
ANJANA KRISHNAN A
2017 年 2 月 27 日
ANJANA KRISHNAN A
2017 年 2 月 27 日
Walter Roberson
2017 年 2 月 27 日
Please show the output of
which -all dec2bin
R2013a did support passing the number of bits; see http://www.mathworks.com/help/releases/R2013a/matlab/ref/dec2bin.html
I think you are getting someone else's dec2bin
ANJANA KRISHNAN A
2017 年 2 月 27 日
編集済み: ANJANA KRISHNAN A
2017 年 2 月 27 日
ANJANA KRISHNAN A
2017 年 2 月 27 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!