Filter löschen
Filter löschen

bitset function with LSB algorithm

2 Ansichten (letzte 30 Tage)
Aseel H
Aseel H am 16 Jul. 2012
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

Antworten (1)

Walter Roberson
Walter Roberson am 16 Jul. 2012
Don't let the integers be negative. Use an unsigned integer data type such as uint8.

Kategorien

Mehr zu Dialog Boxes finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by