how can i resolve this error???
1 回表示 (過去 30 日間)
古いコメントを表示
if my e value is e = 0101000100001110010100100111111110101101111001101000010000000000 and
if i m going to rotate it right by 14 bits then r1 = bitror(e,14);
now this is showing an error as
??? Undefined function or method 'bitror' for input arguments of type 'char'.
Error in ==> round at 48 r1 = bitror(e,14);
can someone help me to resolve this error.
0 件のコメント
回答 (1 件)
Stalin Samuel
2014 年 10 月 27 日
編集済み: Stalin Samuel
2014 年 10 月 27 日
u can use bitshift.If so you need to set ASSUMEDTYPE refer http://www.mathworks.in/help/matlab/ref/bitshift.html#btig8kn-1
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Report Generator についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!