필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
When the input is gpuArray for bitxor function I get this error. How I solve it?
  댓글 수: 9
Walter Roberson
Walter Roberson 2020년 12월 18일
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?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by