help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Converting Galois Field elements to binary?


From: Nir Krakauer
Subject: Re: Converting Galois Field elements to binary?
Date: Fri, 24 Jun 2016 11:16:31 -0400

f = gf ([43],6);
dec2bin (f.x)

https://www.gnu.org/software/octave/doc/v4.0.0/String-Conversions.html

I don't understand though why fieldnames(f) doesn't return x, m, prim_poly -- it would be easier to find the answer to your question if it did.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]