How can i convert galois field integer number to binary bits ??

I have a set of galois field gf(2^3) integer number. how can i turn this into binary bits ?

Answers (1)

Suppose the variable is named F then
dec2bin(F.x, 3)
The .x part the property name used by gf().. I do not know how they choose that.

Asked:

on 9 Oct 2022

Answered:

on 9 Oct 2022

Community Treasure Hunt

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

Start Hunting!