In randfixedsum function, how to generate random integer matrices?

in this function,
i want to generate random integer matrices.
how can do this?

5 件のコメント

KSSV
KSSV 2017 年 3 月 15 日
Generate a vector with that and reshape it to matrix.
Brian Kim
Brian Kim 2017 年 3 月 15 日
Upon execution, matrix' elements are 'double'. It is not 'double', must be 'integer'.
Walter Roberson
Walter Roberson 2017 年 3 月 15 日
Which integer data type does it need to be? int16?
Brian Kim
Brian Kim 2017 年 3 月 16 日
ex) 4,6,7,9,10, ~~~
Walter Roberson
Walter Roberson 2017 年 3 月 16 日
As I indicated, the routine you are looking at is not suitable for the case where you need the random values to be integral. The link I provided shows the needed code.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeParallel Computing についてさらに検索

タグ

質問済み:

2017 年 3 月 15 日

コメント済み:

2017 年 3 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by