フィルターのクリア

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

3 ビュー (過去 30 日間)
amenah mwuafaq
amenah mwuafaq 2020 年 12 月 12 日
コメント済み: Walter Roberson 2020 年 12 月 18 日
When the input is gpuArray for bitxor function I get this error. How I solve it?
  9 件のコメント
amenah mwuafaq
amenah mwuafaq 2020 年 12 月 17 日
I must choose random numbers from GF
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 Center および File ExchangeLinear Algebra についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by