bitset function with LSB algorithm
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Walter Roberson
il 16 Lug 2012
Don't let the integers be negative. Use an unsigned integer data type such as uint8.
0 Commenti
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!