bitset function with LSB algorithm
1 回表示 (過去 30 日間)
古いコメントを表示
I use the function: C = bitset(A, bit, v) to apply LSB algorithm
but faced problem when A = negative integers
error: Error using ==> bitset Inputs must be non-negative integers.
so, I want to used bitset function with negative integers to apply LSB algorithm
0 件のコメント
回答 (1 件)
Walter Roberson
2012 年 7 月 16 日
Don't let the integers be negative. Use an unsigned integer data type such as uint8.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Dialog Boxes についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!