Borrar filtros
Borrar filtros

When the input is gpuArray for bitxor function I get this error. How I solve it?

3 visualizaciones (últimos 30 días)
When the input is gpuArray for bitxor function I get this error. How I solve it?
  9 comentarios
Walter Roberson
Walter Roberson el 18 de Dic. de 2020
How do you propose to choose random numbers from a gf?
If you have an array named data that is nonnegative integers in the range 0 to 255, and you have
g = gf(data, 8)
Now you want to pick a random element from g
idx = randi(numel(g))
rg = g(idx)
rgfd = gf(data(idx), 8)
Are you expecting that rg and rgfd would be different?

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by