gray2bi

The function converts a Gray encoded sequence to the binary sequence.

You are now following this Submission

This function converts the Gray encoded binary sequence to its binary equivalent.

Example:

gray2bi( [ 1 0 0 ] )

will produce

1 1 1

sequence as an output.See also: bi2gray.

Cite As

Adrian Bohdanowicz (2026). gray2bi (https://in.mathworks.com/matlabcentral/fileexchange/1746-gray2bi), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Graph and Network Algorithms in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0