필터 지우기
필터 지우기

bitset function with LSB algorithm

조회 수: 2 (최근 30일)
Aseel H
Aseel H 2012년 7월 16일
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

답변 (1개)

Walter Roberson
Walter Roberson 2012년 7월 16일
Don't let the integers be negative. Use an unsigned integer data type such as uint8.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by